Html Css Color HEX #24022C Blackcurrant

📋 copy color: '#24022C'

red 36 ◦ green 2 ◦ blue 44

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

Shades of Blackcurrant #24022C

Tints of Blackcurrant #24022C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.44%

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

R = 43.9%
G = 2.44%
B = 53.66%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#24022C (or 0x24022C) is known color: Blackcurrant. HEX triplet: 24, 02 and 2C. RGB value is (36,2,44). Sum of RGB (Red+Green+Blue) = 36+2+44=82 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.90% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 44 (17.58% from 255 or 53.66% from 82); Max value from RGB is 44 - color contains mainly: blue. Hex color #24022C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24022C is #DBFDD3. Grayscale: #101010. Windows color (decimal): -14417364 or 2884132. OLE color: 2884132.

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

Color convert

RGB 36 2 44 -
CMYK 0.18 0.95 0 0.83
HSL 288.57º 0.91% 0.09% -
HSV(B) 288.57º 0.95% 0.17% -
XYZ 1.2 0.6 2.44 -
YUV 16.95 143.26 141.58 -
System Red Green Blue C M Y K H S L
Decimal 36 2 44 0.18 0.95 0 0.83 288.57 0.91 0.09
Hex 24 2 2C 12 5F 0 53 121 5B 9
Octal 44 2 54 22 137 0 123 441 133 11
Binary 100100 10 101100 10010 1011111 0 1010011 100100001 1011011 1001

Color Harmonies of #24022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24022C

Black with #24022C

Text Example


Text Example

White with #24022C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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