#24022A

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

Shades of Blackcurrant #24022A

Tints of Blackcurrant #24022A

Color information

#24022A (or 0x24022A) is unknown color: approx Blackcurrant. HEX triplet: 24, 02 and 2A. RGB value is (36,2,42). Sum of RGB (Red+Green+Blue) = 36+2+42=80 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45% from 80); Green value is 2 (1.17% from 255 or 2.5% from 80); Blue value is 42 (16.80% from 255 or 52.5% from 80); Max value from RGB is 42 - color contains mainly: blue. Hex color #24022A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24022A is #DBFDD5. Grayscale: #101010. Windows color (decimal): -14417366 or 2753060. OLE color: 2753060.

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

Color convert

RGB36242-
CMYK0.140.9500.84
HSL291º90.91%8.63%-
HSV(B)291º95.24%16.47%-
XYZ1.170.592.24-
YUV16.73142.26141.75-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 45%
GREEN value IS 2 (1.17% from 255) = 2.5%
BLUE value IS 42 (16.80% from 255) = 52.5%
R=45%
G=2.5%
B=52.5%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal362420.140.9500.8429190.918.63
Hex2422AE5F0541235b9
Octal4425216137012444313311
Binary10010010101010111010111110101010010010001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #24022A;
 }
 .AnyTagClassName
 {
   color: #24022A;
 }
</style>
background-color css

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

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

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

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

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

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