#0B0712

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

Shades of Blackcurrant #0B0712

Tints of Blackcurrant #0B0712

Color information

#0B0712 (or 0x0B0712) is unknown color: approx Blackcurrant. HEX triplet: 0B, 07 and 12. RGB value is (11,7,18). Sum of RGB (Red+Green+Blue) = 11+7+18=36 (4% of max value = 765). Red value is 11 (4.69% from 255 or 30.56% from 36); Green value is 7 (3.12% from 255 or 19.44% from 36); Blue value is 18 (7.42% from 255 or 50% from 36); Max value from RGB is 18 - color contains mainly: blue. Hex color #0B0712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0712 is #F4F8ED. Grayscale: #090909. Windows color (decimal): -16054510 or 1181451. OLE color: 1181451.

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

Color convert

RGB11718-
CMYK0.390.6100.93
HSL261.82º44%4.9%-
HSV(B)261.82º61.11%7.06%-
XYZ0.320.270.61-
YUV9.45132.83129.11-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 30.56%
GREEN value IS 7 (3.12% from 255) = 19.44%
BLUE value IS 18 (7.42% from 255) = 50%
R=30.56%
G=19.44%
B=50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal117180.390.6100.93261.82444.9
HexB712273D05D1062c5
Octal1372247750135406545
Binary10111111001010011111110101011101100000110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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