#24133C

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

Shades of Blackcurrant #24133C

Tints of Blackcurrant #24133C

Color information

#24133C (or 0x24133C) is unknown color: approx Blackcurrant. HEX triplet: 24, 13 and 3C. RGB value is (36,19,60). Sum of RGB (Red+Green+Blue) = 36+19+60=115 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.30% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 60 (23.83% from 255 or 52.17% from 115); Max value from RGB is 60 - color contains mainly: blue. Hex color #24133C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24133C is #DBECC3. Grayscale: #1C1C1C. Windows color (decimal): -14412996 or 3937060. OLE color: 3937060.

HSL color Cylindrical-coordinate representation of color #24133C: hue angle of 264.88º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #24133C is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB361960-
CMYK0.400.6800.76
HSL264.88º51.9%15.49%-
HSV(B)264.88º68.33%23.53%-
XYZ1.781.174.41-
YUV28.76145.63133.17-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 31.30%
GREEN value IS 19 (7.81% from 255) = 16.52%
BLUE value IS 60 (23.83% from 255) = 52.17%
R=31.30%
G=16.52%
B=52.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3619600.400.6800.76264.8851.915.49
Hex24133C284404C10934f
Octal4423745010401144116417
Binary100100100111111001010001000100010011001000010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24133C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,19,60); }

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

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

 a { background-color: rgb(36,19,60); }

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

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

 span { border-color: rgb(36,19,60); }

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