#24004C

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

Shades of Blackcurrant #24004C

Tints of Blackcurrant #24004C

Color information

#24004C (or 0x24004C) is unknown color: approx Blackcurrant. HEX triplet: 24, 00 and 4C. RGB value is (36,0,76). Sum of RGB (Red+Green+Blue) = 36+0+76=112 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.14% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 76 (30.08% from 255 or 67.86% from 112); Max value from RGB is 76 - color contains mainly: blue. Hex color #24004C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24004C is #DBFFB3. Grayscale: #131313. Windows color (decimal): -14417844 or 4980772. OLE color: 4980772.

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

Color convert

RGB36076-
CMYK0.53100.70
HSL268.42º100%14.9%-
HSV(B)268.42º100%29.8%-
XYZ2.030.96.9-
YUV19.43159.93139.82-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 32.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 76 (30.08% from 255) = 67.86%
R=32.14%
G=0%
B=67.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal360760.53100.70268.4210014.9
Hex2404C356404610c64f
Octal44011465144010641414417
Binary1001000100110011010111001000100011010000110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24004C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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