Html Css Color HEX #24022F Blackcurrant

📋 copy color: '#24022F'

red 36 ◦ green 2 ◦ blue 47

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

Shades of Blackcurrant #24022F

Tints of Blackcurrant #24022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 55.29%

R = 42.35%
G = 2.35%
B = 55.29%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#24022F (or 0x24022F) is known color: Blackcurrant. HEX triplet: 24, 02 and 2F. RGB value is (36,2,47). Sum of RGB (Red+Green+Blue) = 36+2+47=85 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.35% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 47 (18.75% from 255 or 55.29% from 85); Max value from RGB is 47 - color contains mainly: blue. Hex color #24022F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24022F is #DBFDD0. Grayscale: #111111. Windows color (decimal): -14417361 or 3080740. OLE color: 3080740.

HSL color Cylindrical-coordinate representation of color #24022F: hue angle of 285.33º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #24022F is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 36 2 47 -
CMYK 0.23 0.96 0 0.82
HSL 285.33º 0.92% 0.1% -
HSV(B) 285.33º 0.96% 0.18% -
XYZ 1.26 0.62 2.74 -
YUV 17.3 144.76 141.34 -
System Red Green Blue C M Y K H S L
Decimal 36 2 47 0.23 0.96 0 0.82 285.33 0.92 0.1
Hex 24 2 2F 17 60 0 52 11D 5C A
Octal 44 2 57 27 140 0 122 435 134 12
Binary 100100 10 101111 10111 1100000 0 1010010 100011101 1011100 1010

Color Harmonies of #24022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24022F

Black with #24022F

Text Example


Text Example

White with #24022F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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