#24192D

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

Shades of Blackcurrant #24192D

Tints of Blackcurrant #24192D

Color information

#24192D (or 0x24192D) is unknown color: approx Blackcurrant. HEX triplet: 24, 19 and 2D. RGB value is (36,25,45). Sum of RGB (Red+Green+Blue) = 36+25+45=106 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.96% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 45 (17.97% from 255 or 42.45% from 106); Max value from RGB is 45 - color contains mainly: blue. Hex color #24192D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24192D is #DBE6D2. Grayscale: #1E1E1E. Windows color (decimal): -14411475 or 2955556. OLE color: 2955556.

HSL color Cylindrical-coordinate representation of color #24192D: hue angle of 273º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #24192D is Cyan = 0.2, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB362545-
CMYK0.20.4400.82
HSL273º28.57%13.73%-
HSV(B)273º44.44%17.65%-
XYZ1.551.262.64-
YUV30.57136.14131.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 33.96%
GREEN value IS 25 (10.16% from 255) = 23.58%
BLUE value IS 45 (17.97% from 255) = 42.45%
R=33.96%
G=23.58%
B=42.45%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3625450.20.4400.8227328.5713.73
Hex24192D142C0521111de
Octal443155245401224213516
Binary100100110011011011010010110001010010100010001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24192D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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