#24132B

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

Shades of Blackcurrant #24132B

Tints of Blackcurrant #24132B

Color information

#24132B (or 0x24132B) is unknown color: approx Blackcurrant. HEX triplet: 24, 13 and 2B. RGB value is (36,19,43). Sum of RGB (Red+Green+Blue) = 36+19+43=98 (12% of max value = 765). Red value is 36 (14.45% from 255 or 36.73% from 98); Green value is 19 (7.81% from 255 or 19.39% from 98); Blue value is 43 (17.19% from 255 or 43.88% from 98); Max value from RGB is 43 - color contains mainly: blue. Hex color #24132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24132B is #DBECD4. Grayscale: #1A1A1A. Windows color (decimal): -14413013 or 2822948. OLE color: 2822948.

HSL color Cylindrical-coordinate representation of color #24132B: hue angle of 282.5º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #24132B is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB361943-
CMYK0.160.5600.83
HSL282.5º38.71%12.16%-
HSV(B)282.5º55.81%16.86%-
XYZ1.41.022.41-
YUV26.82137.13134.55-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 36.73%
GREEN value IS 19 (7.81% from 255) = 19.39%
BLUE value IS 43 (17.19% from 255) = 43.88%
R=36.73%
G=19.39%
B=43.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3619430.160.5600.83282.538.7112.16
Hex24132B103805311a27c
Octal442353207001234324714
Binary1001001001110101110000111000010100111000110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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