#24024C

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

Shades of Blackcurrant #24024C

Tints of Blackcurrant #24024C

Color information

#24024C (or 0x24024C) is unknown color: approx Blackcurrant. HEX triplet: 24, 02 and 4C. RGB value is (36,2,76). Sum of RGB (Red+Green+Blue) = 36+2+76=114 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.58% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 76 (30.08% from 255 or 66.67% from 114); Max value from RGB is 76 - color contains mainly: blue. Hex color #24024C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24024C is #DBFDB3. Grayscale: #141414. Windows color (decimal): -14417332 or 4981284. OLE color: 4981284.

HSL color Cylindrical-coordinate representation of color #24024C: hue angle of 267.57º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #24024C is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB36276-
CMYK0.530.9700.70
HSL267.57º94.87%15.29%-
HSV(B)267.57º97.37%29.8%-
XYZ2.050.946.91-
YUV20.6159.26138.98-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 31.58%
GREEN value IS 2 (1.17% from 255) = 1.75%
BLUE value IS 76 (30.08% from 255) = 66.67%
R=31.58%
G=1.75%
B=66.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal362760.530.9700.70267.5794.8715.29
Hex2424C356104610c5ff
Octal44211465141010641413717
Binary10010010100110011010111000010100011010000110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24024C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,2,76); }

 H1.HeaderClassName
 {
   color: #24024C;
 }
 .AnyTagClassName
 {
   color: #24024C;
 }
</style>
background-color css

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

 a { background-color: rgb(36,2,76); }

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

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

 span { border-color: rgb(36,2,76); }

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