#0B0412

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

Shades of Blackcurrant #0B0412

Tints of Blackcurrant #0B0412

Color information

#0B0412 (or 0x0B0412) is unknown color: approx Blackcurrant. HEX triplet: 0B, 04 and 12. RGB value is (11,4,18). Sum of RGB (Red+Green+Blue) = 11+4+18=33 (4% of max value = 765). Red value is 11 (4.69% from 255 or 33.33% from 33); Green value is 4 (1.95% from 255 or 12.12% from 33); Blue value is 18 (7.42% from 255 or 54.55% from 33); Max value from RGB is 18 - color contains mainly: blue. Hex color #0B0412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0412 is #F4FBED. Grayscale: #070707. Windows color (decimal): -16055278 or 1180683. OLE color: 1180683.

HSL color Cylindrical-coordinate representation of color #0B0412: hue angle of 270º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0B0412 is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB11418-
CMYK0.390.7800.93
HSL270º63.64%4.31%-
HSV(B)270º77.78%7.06%-
XYZ0.290.20.6-
YUV7.69133.82130.36-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 33.33%
GREEN value IS 4 (1.95% from 255) = 12.12%
BLUE value IS 18 (7.42% from 255) = 54.55%
R=33.33%
G=12.12%
B=54.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal114180.390.7800.9327063.644.31
HexB412274E05D10e404
Octal134224711601354161004
Binary1011100100101001111001110010111011000011101000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B0412; }

 p { color: rgb(11,4,18); }

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

<style>
 a { background-color: #0B0412; }

 a { background-color: rgb(11,4,18); }

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

<style>
 span { border-color: #0B0412; }

 span { border-color: rgb(11,4,18); }

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