Html Css Color HEX #24092A Blackcurrant

📋 copy color: '#24092A'

red 36 ◦ green 9 ◦ blue 42

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

Shades of Blackcurrant #24092A

Tints of Blackcurrant #24092A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.34%

 BLUE value IS 42 (16.8% from 255) = 48.28%

R = 41.38%
G = 10.34%
B = 48.28%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#24092A (or 0x24092A) is known color: Blackcurrant. HEX triplet: 24, 09 and 2A. RGB value is (36,9,42). Sum of RGB (Red+Green+Blue) = 36+9+42=87 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.38% from 87); Green value is 9 (3.91% from 255 or 10.34% from 87); Blue value is 42 (16.80% from 255 or 48.28% from 87); Max value from RGB is 42 - color contains mainly: blue. Hex color #24092A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24092A is #DBF6D5. Grayscale: #141414. Windows color (decimal): -14415574 or 2754852. OLE color: 2754852.

HSL color Cylindrical-coordinate representation of color #24092A: hue angle of 289.09º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #24092A is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 36 9 42 -
CMYK 0.14 0.79 0 0.84
HSL 289.09º 0.65% 0.1% -
HSV(B) 289.09º 0.79% 0.16% -
XYZ 1.24 0.74 2.27 -
YUV 20.84 139.95 138.82 -
System Red Green Blue C M Y K H S L
Decimal 36 9 42 0.14 0.79 0 0.84 289.09 0.65 0.1
Hex 24 9 2A E 4F 0 54 121 41 A
Octal 44 11 52 16 117 0 124 441 101 12
Binary 100100 1001 101010 1110 1001111 0 1010100 100100001 1000001 1010

Color Harmonies of #24092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24092A

Black with #24092A

Text Example


Text Example

White with #24092A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24092A;
 }
 .AnyTagClassName
 {
   color: #24092A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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