#24192A

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

Shades of Blackcurrant #24192A

Tints of Blackcurrant #24192A

Color information

#24192A (or 0x24192A) is unknown color: approx Blackcurrant. HEX triplet: 24, 19 and 2A. RGB value is (36,25,42). Sum of RGB (Red+Green+Blue) = 36+25+42=103 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.95% from 103); Green value is 25 (10.16% from 255 or 24.27% from 103); Blue value is 42 (16.80% from 255 or 40.78% from 103); Max value from RGB is 42 - color contains mainly: blue. Hex color #24192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24192A is #DBE6D5. Grayscale: #1E1E1E. Windows color (decimal): -14411478 or 2758948. OLE color: 2758948.

HSL color Cylindrical-coordinate representation of color #24192A: hue angle of 278.82º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #24192A is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB362542-
CMYK0.140.4000.84
HSL278.82º25.37%13.14%-
HSV(B)278.82º40.48%16.47%-
XYZ1.491.242.35-
YUV30.23134.64132.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 34.95%
GREEN value IS 25 (10.16% from 255) = 24.27%
BLUE value IS 42 (16.80% from 255) = 40.78%
R=34.95%
G=24.27%
B=40.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3625420.140.4000.84278.8225.3713.14
Hex24192AE2805411719d
Octal443152165001244273115
Binary10010011001101010111010100001010100100010111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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