Html Css Color HEX #24192D Blackcurrant

📋 copy color: '#24192D'

red 36 ◦ green 25 ◦ blue 45

#24192D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #24192D

Tints of Blackcurrant #24192D

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 value IS 0.2

 M value IS 0.44

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#24192D (or 0x24192D) is known color: 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

RGB 36 25 45 -
CMYK 0.2 0.44 0 0.82
HSL 273º 0.29% 0.14% -
HSV(B) 273º 0.44% 0.18% -
XYZ 1.55 1.26 2.64 -
YUV 30.57 136.14 131.87 -
System Red Green Blue C M Y K H S L
Decimal 36 25 45 0.2 0.44 0 0.82 273 0.29 0.14
Hex 24 19 2D 14 2C 0 52 111 1D E
Octal 44 31 55 24 54 0 122 421 35 16
Binary 100100 11001 101101 10100 101100 0 1010010 100010001 11101 1110

Color Harmonies of #24192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24192D

Black with #24192D

Text Example


Text Example

White with #24192D

Text Example


Text Example

HTML Codes & Css Web 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>