Html Css Color HEX #24052B Blackcurrant

📋 copy color: '#24052B'

red 36 ◦ green 5 ◦ blue 43

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

Shades of Blackcurrant #24052B

Tints of Blackcurrant #24052B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.95%

 BLUE value IS 43 (17.19% from 255) = 51.19%

R = 42.86%
G = 5.95%
B = 51.19%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#24052B (or 0x24052B) is known color: Blackcurrant. HEX triplet: 24, 05 and 2B. RGB value is (36,5,43). Sum of RGB (Red+Green+Blue) = 36+5+43=84 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.86% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 43 (17.19% from 255 or 51.19% from 84); Max value from RGB is 43 - color contains mainly: blue. Hex color #24052B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24052B is #DBFAD4. Grayscale: #121212. Windows color (decimal): -14416597 or 2819364. OLE color: 2819364.

HSL color Cylindrical-coordinate representation of color #24052B: hue angle of 288.95º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #24052B is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 36 5 43 -
CMYK 0.16 0.88 0 0.83
HSL 288.95º 0.79% 0.09% -
HSV(B) 288.95º 0.88% 0.17% -
XYZ 1.22 0.66 2.35 -
YUV 18.6 141.77 140.41 -
System Red Green Blue C M Y K H S L
Decimal 36 5 43 0.16 0.88 0 0.83 288.95 0.79 0.09
Hex 24 5 2B 10 58 0 53 121 4F 9
Octal 44 5 53 20 130 0 123 441 117 11
Binary 100100 101 101011 10000 1011000 0 1010011 100100001 1001111 1001

Color Harmonies of #24052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24052B

Black with #24052B

Text Example


Text Example

White with #24052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24052B; }

 p { color: rgb(36,5,43); }

 H1.HeaderClassName
 {
   color: #24052B;
 }
 .AnyTagClassName
 {
   color: #24052B;
 }
</style>

background-color css

<style>
 a { background-color: #24052B; }

 a { background-color: rgb(36,5,43); }

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

border-color css

<style>
 span { border-color: #24052B; }

 span { border-color: rgb(36,5,43); }

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