#24002C

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

Shades of Blackcurrant #24002C

Tints of Blackcurrant #24002C

Color information

#24002C (or 0x24002C) is unknown color: approx Blackcurrant. HEX triplet: 24, 00 and 2C. RGB value is (36,0,44). Sum of RGB (Red+Green+Blue) = 36+0+44=80 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 44 (17.58% from 255 or 55% from 80); Max value from RGB is 44 - color contains mainly: blue. Hex color #24002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24002C is #DBFFD3. Grayscale: #0F0F0F. Windows color (decimal): -14417876 or 2883620. OLE color: 2883620.

HSL color Cylindrical-coordinate representation of color #24002C: hue angle of 289.09º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24002C is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB36044-
CMYK0.18100.83
HSL289.09º100%8.63%-
HSV(B)289.09º100%17.25%-
XYZ1.180.562.43-
YUV15.78143.93142.42-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 55%
R=45%
G=0%
B=55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal360440.18100.83289.091008.63
Hex2402C1264053121649
Octal4405422144012344114411
Binary10010001011001001011001000101001110010000111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,0,44); }

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

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

 a { background-color: rgb(36,0,44); }

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

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

 span { border-color: rgb(36,0,44); }

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