Html Css Color HEX #24112A Blackcurrant

📋 copy color: '#24112A'

red 36 ◦ green 17 ◦ blue 42

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

Shades of Blackcurrant #24112A

Tints of Blackcurrant #24112A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.89%

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

R = 37.89%
G = 17.89%
B = 44.21%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#24112A (or 0x24112A) is known color: Blackcurrant. HEX triplet: 24, 11 and 2A. RGB value is (36,17,42). Sum of RGB (Red+Green+Blue) = 36+17+42=95 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.89% from 95); Green value is 17 (7.03% from 255 or 17.89% from 95); Blue value is 42 (16.80% from 255 or 44.21% from 95); Max value from RGB is 42 - color contains mainly: blue. Hex color #24112A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24112A is #DBEED5. Grayscale: #191919. Windows color (decimal): -14413526 or 2756900. OLE color: 2756900.

HSL color Cylindrical-coordinate representation of color #24112A: hue angle of 285.6º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24112A is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 36 17 42 -
CMYK 0.14 0.60 0 0.84
HSL 285.6º 0.42% 0.12% -
HSV(B) 285.6º 0.6% 0.16% -
XYZ 1.35 0.94 2.3 -
YUV 25.53 137.29 135.47 -
System Red Green Blue C M Y K H S L
Decimal 36 17 42 0.14 0.60 0 0.84 285.6 0.42 0.12
Hex 24 11 2A E 3C 0 54 11E 2A C
Octal 44 21 52 16 74 0 124 436 52 14
Binary 100100 10001 101010 1110 111100 0 1010100 100011110 101010 1100

Color Harmonies of #24112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24112A

Black with #24112A

Text Example


Text Example

White with #24112A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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