Html Css Color HEX #24014F Blackcurrant

📋 copy color: '#24014F'

red 36 ◦ green 1 ◦ blue 79

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

Shades of Blackcurrant #24014F

Tints of Blackcurrant #24014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 68.1%

R = 31.03%
G = 0.86%
B = 68.1%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#24014F (or 0x24014F) is known color: Blackcurrant. HEX triplet: 24, 01 and 4F. RGB value is (36,1,79). Sum of RGB (Red+Green+Blue) = 36+1+79=116 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.03% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 79 (31.25% from 255 or 68.10% from 116); Max value from RGB is 79 - color contains mainly: blue. Hex color #24014F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24014F is #DBFEB0. Grayscale: #141414. Windows color (decimal): -14417585 or 5177636. OLE color: 5177636.

HSL color Cylindrical-coordinate representation of color #24014F: hue angle of 266.92º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #24014F is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 36 1 79 -
CMYK 0.54 0.99 0 0.69
HSL 266.92º 0.98% 0.16% -
HSV(B) 266.92º 0.99% 0.31% -
XYZ 2.15 0.96 7.47 -
YUV 20.36 161.1 139.16 -
System Red Green Blue C M Y K H S L
Decimal 36 1 79 0.54 0.99 0 0.69 266.92 0.98 0.16
Hex 24 1 4F 36 63 0 45 10B 62 10
Octal 44 1 117 66 143 0 105 413 142 20
Binary 100100 1 1001111 110110 1100011 0 1000101 100001011 1100010 10000

Color Harmonies of #24014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24014F

Black with #24014F

Text Example


Text Example

White with #24014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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