#24012F

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

Shades of Blackcurrant #24012F

Tints of Blackcurrant #24012F

Color information

#24012F (or 0x24012F) is unknown color: approx Blackcurrant. HEX triplet: 24, 01 and 2F. RGB value is (36,1,47). Sum of RGB (Red+Green+Blue) = 36+1+47=84 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.86% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 47 (18.75% from 255 or 55.95% from 84); Max value from RGB is 47 - color contains mainly: blue. Hex color #24012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24012F is #DBFED0. Grayscale: #101010. Windows color (decimal): -14417617 or 3080484. OLE color: 3080484.

HSL color Cylindrical-coordinate representation of color #24012F: hue angle of 285.65º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #24012F is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB36147-
CMYK0.230.9800.82
HSL285.65º95.83%9.41%-
HSV(B)285.65º97.87%18.43%-
XYZ1.250.62.74-
YUV16.71145.1141.76-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 42.86%
GREEN value IS 1 (0.78% from 255) = 1.19%
BLUE value IS 47 (18.75% from 255) = 55.95%
R=42.86%
G=1.19%
B=55.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal361470.230.9800.82285.6595.839.41
Hex2412F176205211e609
Octal4415727142012243614011
Binary10010011011111011111000100101001010001111011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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