#24013E

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

Shades of Blackcurrant #24013E

Tints of Blackcurrant #24013E

Color information

#24013E (or 0x24013E) is unknown color: approx Blackcurrant. HEX triplet: 24, 01 and 3E. RGB value is (36,1,62). Sum of RGB (Red+Green+Blue) = 36+1+62=99 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36.36% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 62 (24.61% from 255 or 62.63% from 99); Max value from RGB is 62 - color contains mainly: blue. Hex color #24013E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24013E is #DBFEC1. Grayscale: #121212. Windows color (decimal): -14417602 or 4063524. OLE color: 4063524.

HSL color Cylindrical-coordinate representation of color #24013E: hue angle of 274.43º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #24013E is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB36162-
CMYK0.420.9800.76
HSL274.43º96.83%12.35%-
HSV(B)274.43º98.39%24.31%-
XYZ1.610.744.62-
YUV18.42152.6140.54-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 36.36%
GREEN value IS 1 (0.78% from 255) = 1.01%
BLUE value IS 62 (24.61% from 255) = 62.63%
R=36.36%
G=1.01%
B=62.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal361620.420.9800.76274.4396.8312.35
Hex2413E2A6204C11261c
Octal4417652142011442214114
Binary100100111111010101011000100100110010001001011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24013E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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