#34273F

Color #34273F Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #34273F

Tints of Blackcurrant #34273F

Color information

#34273F (or 0x34273F) is unknown color: approx Blackcurrant. HEX triplet: 34, 27 and 3F. RGB value is (52,39,63). Sum of RGB (Red+Green+Blue) = 52+39+63=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 63 - color contains mainly: blue. Hex color #34273F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34273F is #CBD8C0. Grayscale: #2D2D2D. Windows color (decimal): -13359297 or 4138804. OLE color: 4138804.

HSL color Cylindrical-coordinate representation of color #34273F: hue angle of 272.5º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #34273F is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB523963-
CMYK0.170.3800.75
HSL272.5º23.53%20%-
HSV(B)272.5º38.1%24.71%-
XYZ3.042.545.03-
YUV45.62137.81132.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 33.77%
GREEN value IS 39 (15.62% from 255) = 25.32%
BLUE value IS 63 (25% from 255) = 40.91%
R=33.77%
G=25.32%
B=40.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5239630.170.3800.75272.523.5320
Hex34273F112604B1101814
Octal644777214601134203024
Binary11010010011111111110001100110010010111000100001100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34273F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34273F; }

 p { color: rgb(52,39,63); }

 H1.HeaderClassName
 {
   color: #34273F;
 }
 .AnyTagClassName
 {
   color: #34273F;
 }
</style>
background-color css

<style>
 a { background-color: #34273F; }

 a { background-color: rgb(52,39,63); }

 div.DivClassName
 {
   background-color: #34273F;
 }
 .BgClassName
 {
   background-color: #34273F;
 }
</style>
border-color css

<style>
 span { border-color: #34273F; }

 span { border-color: rgb(52,39,63); }

 td.TdClassName
 {
   border-color: #34273F;
 }
 .TagClassName
 {
   border-color: #34273F;
 }
</style>