#34273C

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

Shades of Blackcurrant #34273C

Tints of Blackcurrant #34273C

Color information

#34273C (or 0x34273C) is unknown color: approx Blackcurrant. HEX triplet: 34, 27 and 3C. RGB value is (52,39,60). Sum of RGB (Red+Green+Blue) = 52+39+60=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 60 - color contains mainly: blue. Hex color #34273C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34273C is #CBD8C3. Grayscale: #2D2D2D. Windows color (decimal): -13359300 or 3942196. OLE color: 3942196.

HSL color Cylindrical-coordinate representation of color #34273C: hue angle of 277.14º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #34273C is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB523960-
CMYK0.130.3500.76
HSL277.14º21.21%19.41%-
HSV(B)277.14º35%23.53%-
XYZ2.962.514.6-
YUV45.28136.31132.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.44%
GREEN value IS 39 (15.62% from 255) = 25.83%
BLUE value IS 60 (23.83% from 255) = 39.74%
R=34.44%
G=25.83%
B=39.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5239600.130.3500.76277.1421.2119.41
Hex34273CD2304C1151513
Octal644774154301144252523
Binary1101001001111111001101100011010011001000101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34273C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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