#18012F

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

Shades of Blackcurrant #18012F

Tints of Blackcurrant #18012F

Color information

#18012F (or 0x18012F) is unknown color: approx Blackcurrant. HEX triplet: 18, 01 and 2F. RGB value is (24,1,47). Sum of RGB (Red+Green+Blue) = 24+1+47=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 47 (18.75% from 255 or 65.28% from 72); Max value from RGB is 47 - color contains mainly: blue. Hex color #18012F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18012F is #E7FED0. Grayscale: #0C0C0C. Windows color (decimal): -15204049 or 3080472. OLE color: 3080472.

HSL color Cylindrical-coordinate representation of color #18012F: hue angle of 270º 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 #18012F is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB24147-
CMYK0.490.9800.82
HSL270º95.83%9.41%-
HSV(B)270º97.87%18.43%-
XYZ0.90.422.72-
YUV13.12147.12135.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.33%
GREEN value IS 1 (0.78% from 255) = 1.39%
BLUE value IS 47 (18.75% from 255) = 65.28%
R=33.33%
G=1.39%
B=65.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal241470.490.9800.8227095.839.41
Hex1812F316205210e609
Octal3015761142012241614011
Binary11000110111111000111000100101001010000111011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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