Html Css Color HEX #24092E Blackcurrant

📋 copy color: '#24092E'

red 36 ◦ green 9 ◦ blue 46

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

Shades of Blackcurrant #24092E

Tints of Blackcurrant #24092E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 50.55%

R = 39.56%
G = 9.89%
B = 50.55%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#24092E (or 0x24092E) is known color: Blackcurrant. HEX triplet: 24, 09 and 2E. RGB value is (36,9,46). Sum of RGB (Red+Green+Blue) = 36+9+46=91 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.56% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 46 (18.36% from 255 or 50.55% from 91); Max value from RGB is 46 - color contains mainly: blue. Hex color #24092E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24092E is #DBF6D1. Grayscale: #151515. Windows color (decimal): -14415570 or 3016996. OLE color: 3016996.

HSL color Cylindrical-coordinate representation of color #24092E: hue angle of 283.78º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #24092E is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 36 9 46 -
CMYK 0.22 0.80 0 0.82
HSL 283.78º 0.67% 0.11% -
HSV(B) 283.78º 0.8% 0.18% -
XYZ 1.32 0.77 2.66 -
YUV 21.29 141.95 138.49 -
System Red Green Blue C M Y K H S L
Decimal 36 9 46 0.22 0.80 0 0.82 283.78 0.67 0.11
Hex 24 9 2E 16 50 0 52 11C 43 B
Octal 44 11 56 26 120 0 122 434 103 13
Binary 100100 1001 101110 10110 1010000 0 1010010 100011100 1000011 1011

Color Harmonies of #24092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24092E

Black with #24092E

Text Example


Text Example

White with #24092E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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