#24032D

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

Shades of Blackcurrant #24032D

Tints of Blackcurrant #24032D

Color information

#24032D (or 0x24032D) is unknown color: approx Blackcurrant. HEX triplet: 24, 03 and 2D. RGB value is (36,3,45). Sum of RGB (Red+Green+Blue) = 36+3+45=84 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.86% from 84); Green value is 3 (1.56% from 255 or 3.57% from 84); Blue value is 45 (17.97% from 255 or 53.57% from 84); Max value from RGB is 45 - color contains mainly: blue. Hex color #24032D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24032D is #DBFCD2. Grayscale: #111111. Windows color (decimal): -14417107 or 2949924. OLE color: 2949924.

HSL color Cylindrical-coordinate representation of color #24032D: hue angle of 287.14º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #24032D is Cyan = 0.2, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB36345-
CMYK0.20.9300.82
HSL287.14º87.5%9.41%-
HSV(B)287.14º93.33%17.65%-
XYZ1.230.632.54-
YUV17.65143.43141.08-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 42.86%
GREEN value IS 3 (1.56% from 255) = 3.57%
BLUE value IS 45 (17.97% from 255) = 53.57%
R=42.86%
G=3.57%
B=53.57%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal363450.20.9300.82287.1487.59.41
Hex2432D145D05211f589
Octal4435524135012243713011
Binary100100111011011010010111010101001010001111110110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24032D; }

 p { color: rgb(36,3,45); }

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

<style>
 a { background-color: #24032D; }

 a { background-color: rgb(36,3,45); }

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

<style>
 span { border-color: #24032D; }

 span { border-color: rgb(36,3,45); }

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