Html Css Color HEX #24092D Blackcurrant

📋 copy color: '#24092D'

red 36 ◦ green 9 ◦ blue 45

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

Shades of Blackcurrant #24092D

Tints of Blackcurrant #24092D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 50%

R = 40%
G = 10%
B = 50%

CMYK

 C value IS 0.2

 M value IS 0.8

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#24092D (or 0x24092D) is known color: Blackcurrant. HEX triplet: 24, 09 and 2D. RGB value is (36,9,45). Sum of RGB (Red+Green+Blue) = 36+9+45=90 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40% from 90); Green value is 9 (3.91% from 255 or 10% from 90); Blue value is 45 (17.97% from 255 or 50% from 90); Max value from RGB is 45 - color contains mainly: blue. Hex color #24092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24092D is #DBF6D2. Grayscale: #151515. Windows color (decimal): -14415571 or 2951460. OLE color: 2951460.

HSL color Cylindrical-coordinate representation of color #24092D: hue angle of 285º 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 #24092D is Cyan = 0.2, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 36 9 45 -
CMYK 0.2 0.8 0 0.82
HSL 285º 0.67% 0.11% -
HSV(B) 285º 0.8% 0.18% -
XYZ 1.3 0.76 2.56 -
YUV 21.18 141.45 138.57 -
System Red Green Blue C M Y K H S L
Decimal 36 9 45 0.2 0.8 0 0.82 285 0.67 0.11
Hex 24 9 2D 14 50 0 52 11D 43 B
Octal 44 11 55 24 120 0 122 435 103 13
Binary 100100 1001 101101 10100 1010000 0 1010010 100011101 1000011 1011

Color Harmonies of #24092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24092D

Black with #24092D

Text Example


Text Example

White with #24092D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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