#24132E

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

Shades of Blackcurrant #24132E

Tints of Blackcurrant #24132E

Color information

#24132E (or 0x24132E) is unknown color: approx Blackcurrant. HEX triplet: 24, 13 and 2E. RGB value is (36,19,46). Sum of RGB (Red+Green+Blue) = 36+19+46=101 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.64% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 46 (18.36% from 255 or 45.54% from 101); Max value from RGB is 46 - color contains mainly: blue. Hex color #24132E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24132E is #DBECD1. Grayscale: #1B1B1B. Windows color (decimal): -14413010 or 3019556. OLE color: 3019556.

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

Color convert

RGB361946-
CMYK0.220.5900.82
HSL277.78º41.54%12.75%-
HSV(B)277.78º58.7%18.04%-
XYZ1.451.042.71-
YUV27.16138.63134.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 35.64%
GREEN value IS 19 (7.81% from 255) = 18.81%
BLUE value IS 46 (18.36% from 255) = 45.54%
R=35.64%
G=18.81%
B=45.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3619460.220.5900.82277.7841.5412.75
Hex24132E163B0521162ad
Octal442356267301224265215
Binary1001001001110111010110111011010100101000101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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