Html Css Color HEX #24024A Blackcurrant

📋 copy color: '#24024A'

red 36 ◦ green 2 ◦ blue 74

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

Shades of Blackcurrant #24024A

Tints of Blackcurrant #24024A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 66.07%

R = 32.14%
G = 1.79%
B = 66.07%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#24024A (or 0x24024A) is known color: Blackcurrant. HEX triplet: 24, 02 and 4A. RGB value is (36,2,74). Sum of RGB (Red+Green+Blue) = 36+2+74=112 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.14% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 74 (29.30% from 255 or 66.07% from 112); Max value from RGB is 74 - color contains mainly: blue. Hex color #24024A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24024A is #DBFDB5. Grayscale: #141414. Windows color (decimal): -14417334 or 4850212. OLE color: 4850212.

HSL color Cylindrical-coordinate representation of color #24024A: hue angle of 268.33º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #24024A is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 36 2 74 -
CMYK 0.51 0.97 0 0.71
HSL 268.33º 0.95% 0.15% -
HSV(B) 268.33º 0.97% 0.29% -
XYZ 1.99 0.91 6.55 -
YUV 20.37 158.26 139.15 -
System Red Green Blue C M Y K H S L
Decimal 36 2 74 0.51 0.97 0 0.71 268.33 0.95 0.15
Hex 24 2 4A 33 61 0 47 10C 5F F
Octal 44 2 112 63 141 0 107 414 137 17
Binary 100100 10 1001010 110011 1100001 0 1000111 100001100 1011111 1111

Color Harmonies of #24024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24024A

Black with #24024A

Text Example


Text Example

White with #24024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24024A; }

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

 H1.HeaderClassName
 {
   color: #24024A;
 }
 .AnyTagClassName
 {
   color: #24024A;
 }
</style>

background-color css

<style>
 a { background-color: #24024A; }

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

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

border-color css

<style>
 span { border-color: #24024A; }

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

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