#0B0217

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

Shades of Blackcurrant #0B0217

Tints of Blackcurrant #0B0217

Color information

#0B0217 (or 0x0B0217) is unknown color: approx Blackcurrant. HEX triplet: 0B, 02 and 17. RGB value is (11,2,23). Sum of RGB (Red+Green+Blue) = 11+2+23=36 (4% of max value = 765). Red value is 11 (4.69% from 255 or 30.56% from 36); Green value is 2 (1.17% from 255 or 5.56% from 36); Blue value is 23 (9.38% from 255 or 63.89% from 36); Max value from RGB is 23 - color contains mainly: blue. Hex color #0B0217 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0217 is #F4FDE8. Grayscale: #070707. Windows color (decimal): -16055785 or 1507851. OLE color: 1507851.

HSL color Cylindrical-coordinate representation of color #0B0217: hue angle of 265.71º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B0217 is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB11223-
CMYK0.520.9100.91
HSL265.71º84%4.9%-
HSV(B)265.71º91.3%9.02%-
XYZ0.310.180.83-
YUV7.08136.98130.79-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 30.56%
GREEN value IS 2 (1.17% from 255) = 5.56%
BLUE value IS 23 (9.38% from 255) = 63.89%
R=30.56%
G=5.56%
B=63.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal112230.520.9100.91265.71844.9
HexB217345B05B10a545
Octal132276413301334121245
Binary101110101111101001011011010110111000010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,2,23); }

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

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

 a { background-color: rgb(11,2,23); }

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

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

 span { border-color: rgb(11,2,23); }

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