#24132A

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

Shades of Blackcurrant #24132A

Tints of Blackcurrant #24132A

Color information

#24132A (or 0x24132A) is unknown color: approx Blackcurrant. HEX triplet: 24, 13 and 2A. RGB value is (36,19,42). Sum of RGB (Red+Green+Blue) = 36+19+42=97 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.11% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 42 (16.80% from 255 or 43.30% from 97); Max value from RGB is 42 - color contains mainly: blue. Hex color #24132A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24132A is #DBECD5. Grayscale: #1A1A1A. Windows color (decimal): -14413014 or 2757412. OLE color: 2757412.

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

Color convert

RGB361942-
CMYK0.140.5500.84
HSL284.35º37.7%11.96%-
HSV(B)284.35º54.76%16.47%-
XYZ1.381.012.31-
YUV26.7136.63134.63-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 37.11%
GREEN value IS 19 (7.81% from 255) = 19.59%
BLUE value IS 42 (16.80% from 255) = 43.30%
R=37.11%
G=19.59%
B=43.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3619420.140.5500.84284.3537.711.96
Hex24132AE3705411c26c
Octal442352166701244344614
Binary100100100111010101110110111010101001000111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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