#24142B

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

Shades of Blackcurrant #24142B

Tints of Blackcurrant #24142B

Color information

#24142B (or 0x24142B) is unknown color: approx Blackcurrant. HEX triplet: 24, 14 and 2B. RGB value is (36,20,43). Sum of RGB (Red+Green+Blue) = 36+20+43=99 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36.36% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 43 (17.19% from 255 or 43.43% from 99); Max value from RGB is 43 - color contains mainly: blue. Hex color #24142B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24142B is #DBEBD4. Grayscale: #1B1B1B. Windows color (decimal): -14412757 or 2823204. OLE color: 2823204.

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

Color convert

RGB362043-
CMYK0.160.5300.83
HSL281.74º36.51%12.35%-
HSV(B)281.74º53.49%16.86%-
XYZ1.411.052.41-
YUV27.41136.8134.13-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 36.36%
GREEN value IS 20 (8.20% from 255) = 20.20%
BLUE value IS 43 (17.19% from 255) = 43.43%
R=36.36%
G=20.20%
B=43.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3620430.160.5300.83281.7436.5112.35
Hex24142B103505311a25c
Octal442453206501234324514
Binary1001001010010101110000110101010100111000110101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24142B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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