#24014F

Color #24014F Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #24014F

Tints of Blackcurrant #24014F

Color information

#24014F (or 0x24014F) is unknown color: approx 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

RGB36179-
CMYK0.540.9900.69
HSL266.92º97.5%15.69%-
HSV(B)266.92º98.73%30.98%-
XYZ2.150.967.47-
YUV20.36161.1139.16-

RGB Variations

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

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.10%
R=31.03%
G=0.86%
B=68.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal361790.540.9900.69266.9297.515.69
Hex2414F366304510b6210
Octal44111766143010541314220
Binary10010011001111110110110001101000101100001011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24014F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>