#24022F

Color #24022F Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #24022F

Tints of Blackcurrant #24022F

Color information

#24022F (or 0x24022F) is unknown color: approx 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

RGB36247-
CMYK0.230.9600.82
HSL285.33º91.84%9.61%-
HSV(B)285.33º95.74%18.43%-
XYZ1.260.622.74-
YUV17.3144.76141.34-

RGB Variations

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

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 (Cyan) values IS 0.23
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal362470.230.9600.82285.3391.849.61
Hex2422F176005211d5ca
Octal4425727140012243513412
Binary100100101011111011111000000101001010001110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24022F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>