Html Css Color HEX #24012A Blackcurrant

📋 copy color: '#24012A'

red 36 ◦ green 1 ◦ blue 42

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

Shades of Blackcurrant #24012A

Tints of Blackcurrant #24012A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 53.16%

R = 45.57%
G = 1.27%
B = 53.16%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#24012A (or 0x24012A) is known color: Blackcurrant. HEX triplet: 24, 01 and 2A. RGB value is (36,1,42). Sum of RGB (Red+Green+Blue) = 36+1+42=79 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45.57% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 42 (16.80% from 255 or 53.16% from 79); Max value from RGB is 42 - color contains mainly: blue. Hex color #24012A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24012A is #DBFED5. Grayscale: #101010. Windows color (decimal): -14417622 or 2752804. OLE color: 2752804.

HSL color Cylindrical-coordinate representation of color #24012A: hue angle of 291.22º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #24012A is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 36 1 42 -
CMYK 0.14 0.98 0 0.84
HSL 291.22º 0.95% 0.08% -
HSV(B) 291.22º 0.98% 0.16% -
XYZ 1.16 0.56 2.24 -
YUV 16.14 142.6 142.17 -
System Red Green Blue C M Y K H S L
Decimal 36 1 42 0.14 0.98 0 0.84 291.22 0.95 0.08
Hex 24 1 2A E 62 0 54 123 5F 8
Octal 44 1 52 16 142 0 124 443 137 10
Binary 100100 1 101010 1110 1100010 0 1010100 100100011 1011111 1000

Color Harmonies of #24012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24012A

Black with #24012A

Text Example


Text Example

White with #24012A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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