Html Css Color HEX #24013D Blackcurrant

📋 copy color: '#24013D'

red 36 ◦ green 1 ◦ blue 61

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

Shades of Blackcurrant #24013D

Tints of Blackcurrant #24013D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.02%

 BLUE value IS 61 (24.22% from 255) = 62.24%

R = 36.73%
G = 1.02%
B = 62.24%

CMYK

 C value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#24013D (or 0x24013D) is known color: Blackcurrant. HEX triplet: 24, 01 and 3D. RGB value is (36,1,61). Sum of RGB (Red+Green+Blue) = 36+1+61=98 (12% of max value = 765). Red value is 36 (14.45% from 255 or 36.73% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 61 (24.22% from 255 or 62.24% from 98); Max value from RGB is 61 - color contains mainly: blue. Hex color #24013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24013D is #DBFEC2. Grayscale: #121212. Windows color (decimal): -14417603 or 3997988. OLE color: 3997988.

HSL color Cylindrical-coordinate representation of color #24013D: hue angle of 275º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #24013D is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 36 1 61 -
CMYK 0.41 0.98 0 0.76
HSL 275º 0.97% 0.12% -
HSV(B) 275º 0.98% 0.24% -
XYZ 1.58 0.73 4.47 -
YUV 18.31 152.1 140.62 -
System Red Green Blue C M Y K H S L
Decimal 36 1 61 0.41 0.98 0 0.76 275 0.97 0.12
Hex 24 1 3D 29 62 0 4C 113 61 C
Octal 44 1 75 51 142 0 114 423 141 14
Binary 100100 1 111101 101001 1100010 0 1001100 100010011 1100001 1100

Color Harmonies of #24013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24013D

Black with #24013D

Text Example


Text Example

White with #24013D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,1,61); }

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

background-color css

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

 a { background-color: rgb(36,1,61); }

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

border-color css

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

 span { border-color: rgb(36,1,61); }

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