Html Css Color HEX #24062D Blackcurrant

📋 copy color: '#24062D'

red 36 ◦ green 6 ◦ blue 45

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

Shades of Blackcurrant #24062D

Tints of Blackcurrant #24062D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.9%

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

R = 41.38%
G = 6.9%
B = 51.72%

CMYK

 C value IS 0.2

 M value IS 0.87

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#24062D (or 0x24062D) is known color: Blackcurrant. HEX triplet: 24, 06 and 2D. RGB value is (36,6,45). Sum of RGB (Red+Green+Blue) = 36+6+45=87 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.38% from 87); Green value is 6 (2.73% from 255 or 6.90% from 87); Blue value is 45 (17.97% from 255 or 51.72% from 87); Max value from RGB is 45 - color contains mainly: blue. Hex color #24062D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24062D is #DBF9D2. Grayscale: #131313. Windows color (decimal): -14416339 or 2950692. OLE color: 2950692.

HSL color Cylindrical-coordinate representation of color #24062D: hue angle of 286.15º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #24062D is Cyan = 0.2, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 36 6 45 -
CMYK 0.2 0.87 0 0.82
HSL 286.15º 0.76% 0.1% -
HSV(B) 286.15º 0.87% 0.18% -
XYZ 1.27 0.69 2.55 -
YUV 19.42 142.44 139.83 -
System Red Green Blue C M Y K H S L
Decimal 36 6 45 0.2 0.87 0 0.82 286.15 0.76 0.1
Hex 24 6 2D 14 57 0 52 11E 4C A
Octal 44 6 55 24 127 0 122 436 114 12
Binary 100100 110 101101 10100 1010111 0 1010010 100011110 1001100 1010

Color Harmonies of #24062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24062D

Black with #24062D

Text Example


Text Example

White with #24062D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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