#24132F

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

Shades of Blackcurrant #24132F

Tints of Blackcurrant #24132F

Color information

#24132F (or 0x24132F) is unknown color: approx Blackcurrant. HEX triplet: 24, 13 and 2F. RGB value is (36,19,47). Sum of RGB (Red+Green+Blue) = 36+19+47=102 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.29% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 47 (18.75% from 255 or 46.08% from 102); Max value from RGB is 47 - color contains mainly: blue. Hex color #24132F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24132F is #DBECD0. Grayscale: #1B1B1B. Windows color (decimal): -14413009 or 3085092. OLE color: 3085092.

HSL color Cylindrical-coordinate representation of color #24132F: hue angle of 276.43º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24132F is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB361947-
CMYK0.230.6000.82
HSL276.43º42.42%12.94%-
HSV(B)276.43º59.57%18.43%-
XYZ1.471.052.81-
YUV27.28139.13134.22-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 35.29%
GREEN value IS 19 (7.81% from 255) = 18.63%
BLUE value IS 47 (18.75% from 255) = 46.08%
R=35.29%
G=18.63%
B=46.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3619470.230.6000.82276.4342.4212.94
Hex24132F173C0521142ad
Octal442357277401224245215
Binary1001001001110111110111111100010100101000101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24132F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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