Html Css Color HEX #24013F Blackcurrant

📋 copy color: '#24013F'

red 36 ◦ green 1 ◦ blue 63

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

Shades of Blackcurrant #24013F

Tints of Blackcurrant #24013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 63%

R = 36%
G = 1%
B = 63%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#24013F (or 0x24013F) is known color: Blackcurrant. HEX triplet: 24, 01 and 3F. RGB value is (36,1,63). Sum of RGB (Red+Green+Blue) = 36+1+63=100 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 63 (25% from 255 or 63% from 100); Max value from RGB is 63 - color contains mainly: blue. Hex color #24013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24013F is #DBFEC0. Grayscale: #121212. Windows color (decimal): -14417601 or 4129060. OLE color: 4129060.

HSL color Cylindrical-coordinate representation of color #24013F: hue angle of 273.87º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #24013F is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 36 1 63 -
CMYK 0.43 0.98 0 0.75
HSL 273.87º 0.97% 0.13% -
HSV(B) 273.87º 0.98% 0.25% -
XYZ 1.64 0.76 4.76 -
YUV 18.53 153.1 140.46 -
System Red Green Blue C M Y K H S L
Decimal 36 1 63 0.43 0.98 0 0.75 273.87 0.97 0.13
Hex 24 1 3F 2B 62 0 4B 112 61 D
Octal 44 1 77 53 142 0 113 422 141 15
Binary 100100 1 111111 101011 1100010 0 1001011 100010010 1100001 1101

Color Harmonies of #24013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24013F

Black with #24013F

Text Example


Text Example

White with #24013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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