Html Css Color HEX #24012C Blackcurrant

📋 copy color: '#24012C'

red 36 ◦ green 1 ◦ blue 44

#24012C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #24012C

Tints of Blackcurrant #24012C

RGB

 RED value IS 36 (14.45% from 255) = 44.44%

 GREEN value IS 1 (0.78% from 255) = 1.23%

 BLUE value IS 44 (17.58% from 255) = 54.32%

R = 44.44%
G = 1.23%
B = 54.32%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#24012C (or 0x24012C) is known color: Blackcurrant. HEX triplet: 24, 01 and 2C. RGB value is (36,1,44). Sum of RGB (Red+Green+Blue) = 36+1+44=81 (10% of max value = 765). Red value is 36 (14.45% from 255 or 44.44% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 44 (17.58% from 255 or 54.32% from 81); Max value from RGB is 44 - color contains mainly: blue. Hex color #24012C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24012C is #DBFED3. Grayscale: #101010. Windows color (decimal): -14417620 or 2883876. OLE color: 2883876.

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

Color convert

RGB 36 1 44 -
CMYK 0.18 0.98 0 0.83
HSL 288.84º 0.96% 0.09% -
HSV(B) 288.84º 0.98% 0.17% -
XYZ 1.19 0.58 2.43 -
YUV 16.37 143.6 142 -
System Red Green Blue C M Y K H S L
Decimal 36 1 44 0.18 0.98 0 0.83 288.84 0.96 0.09
Hex 24 1 2C 12 62 0 53 121 60 9
Octal 44 1 54 22 142 0 123 441 140 11
Binary 100100 1 101100 10010 1100010 0 1010011 100100001 1100000 1001

Color Harmonies of #24012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24012C

Black with #24012C

Text Example


Text Example

White with #24012C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24012C;
 }
 .AnyTagClassName
 {
   color: #24012C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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