Html Css Color HEX #24013C Blackcurrant

📋 copy color: '#24013C'

red 36 ◦ green 1 ◦ blue 60

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

Shades of Blackcurrant #24013C

Tints of Blackcurrant #24013C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 61.86%

R = 37.11%
G = 1.03%
B = 61.86%

CMYK

 C value IS 0.40

 M value IS 0.98

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#24013C (or 0x24013C) is known color: Blackcurrant. HEX triplet: 24, 01 and 3C. RGB value is (36,1,60). Sum of RGB (Red+Green+Blue) = 36+1+60=97 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.11% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 60 (23.83% from 255 or 61.86% from 97); Max value from RGB is 60 - color contains mainly: blue. Hex color #24013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24013C is #DBFEC3. Grayscale: #111111. Windows color (decimal): -14417604 or 3932452. OLE color: 3932452.

HSL color Cylindrical-coordinate representation of color #24013C: hue angle of 275.59º 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 #24013C is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 36 1 60 -
CMYK 0.40 0.98 0 0.76
HSL 275.59º 0.97% 0.12% -
HSV(B) 275.59º 0.98% 0.24% -
XYZ 1.55 0.72 4.33 -
YUV 18.19 151.6 140.7 -
System Red Green Blue C M Y K H S L
Decimal 36 1 60 0.40 0.98 0 0.76 275.59 0.97 0.12
Hex 24 1 3C 28 62 0 4C 114 61 C
Octal 44 1 74 50 142 0 114 424 141 14
Binary 100100 1 111100 101000 1100010 0 1001100 100010100 1100001 1100

Color Harmonies of #24013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24013C

Black with #24013C

Text Example


Text Example

White with #24013C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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