Html Css Color HEX #24002D Blackcurrant

📋 copy color: '#24002D'

red 36 ◦ green 0 ◦ blue 45

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

Shades of Blackcurrant #24002D

Tints of Blackcurrant #24002D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.44%
G = 0%
B = 55.56%

CMYK

 C value IS 0.2

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#24002D (or 0x24002D) is known color: Blackcurrant. HEX triplet: 24, 00 and 2D. RGB value is (36,0,45). Sum of RGB (Red+Green+Blue) = 36+0+45=81 (10% of max value = 765). Red value is 36 (14.45% from 255 or 44.44% from 81); Green value is 0 (0.39% from 255 or 0% from 81); Blue value is 45 (17.97% from 255 or 55.56% from 81); Max value from RGB is 45 - color contains mainly: blue. Hex color #24002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24002D is #DBFFD2. Grayscale: #0F0F0F. Windows color (decimal): -14417875 or 2949156. OLE color: 2949156.

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

Color convert

RGB 36 0 45 -
CMYK 0.2 1 0 0.82
HSL 288º 1% 0.09% -
HSV(B) 288º 1% 0.18% -
XYZ 1.2 0.56 2.53 -
YUV 15.89 144.43 142.34 -
System Red Green Blue C M Y K H S L
Decimal 36 0 45 0.2 1 0 0.82 288 1 0.09
Hex 24 0 2D 14 64 0 52 120 64 9
Octal 44 0 55 24 144 0 122 440 144 11
Binary 100100 0 101101 10100 1100100 0 1010010 100100000 1100100 1001

Color Harmonies of #24002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24002D

Black with #24002D

Text Example


Text Example

White with #24002D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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