Html Css Color HEX #24192C Blackcurrant

📋 copy color: '#24192C'

red 36 ◦ green 25 ◦ blue 44

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

Shades of Blackcurrant #24192C

Tints of Blackcurrant #24192C

RGB

 RED value IS 36 (14.45% from 255) = 34.29%

 GREEN value IS 25 (10.16% from 255) = 23.81%

 BLUE value IS 44 (17.58% from 255) = 41.9%

R = 34.29%
G = 23.81%
B = 41.9%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#24192C (or 0x24192C) is known color: Blackcurrant. HEX triplet: 24, 19 and 2C. RGB value is (36,25,44). Sum of RGB (Red+Green+Blue) = 36+25+44=105 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.29% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 44 (17.58% from 255 or 41.90% from 105); Max value from RGB is 44 - color contains mainly: blue. Hex color #24192C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24192C is #DBE6D3. Grayscale: #1E1E1E. Windows color (decimal): -14411476 or 2890020. OLE color: 2890020.

HSL color Cylindrical-coordinate representation of color #24192C: hue angle of 274.74º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #24192C is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 36 25 44 -
CMYK 0.18 0.43 0 0.83
HSL 274.74º 0.28% 0.14% -
HSV(B) 274.74º 0.43% 0.17% -
XYZ 1.53 1.25 2.54 -
YUV 30.46 135.64 131.96 -
System Red Green Blue C M Y K H S L
Decimal 36 25 44 0.18 0.43 0 0.83 274.74 0.28 0.14
Hex 24 19 2C 12 2B 0 53 113 1C E
Octal 44 31 54 22 53 0 123 423 34 16
Binary 100100 11001 101100 10010 101011 0 1010011 100010011 11100 1110

Color Harmonies of #24192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24192C

Black with #24192C

Text Example


Text Example

White with #24192C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24192C;
 }
 .AnyTagClassName
 {
   color: #24192C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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