#000B22

Color #000B22 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #000B22

Tints of Black Russian #000B22

Color information

#000B22 (or 0x000B22) is unknown color: approx Black Russian. HEX triplet: 00, 0B and 22. RGB value is (0,11,34). Sum of RGB (Red+Green+Blue) = 0+11+34=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 11 (4.69% from 255 or 24.44% from 45); Blue value is 34 (13.67% from 255 or 75.56% from 45); Max value from RGB is 34 - color contains mainly: blue. Hex color #000B22 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000B22 is #FFF4DD. Grayscale: #0A0A0A. Windows color (decimal): -16774366 or 2231040. OLE color: 2231040.

HSL color Cylindrical-coordinate representation of color #000B22: hue angle of 220.59º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B22 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB01134-
CMYK10.6800.87
HSL220.59º100%6.67%-
HSV(B)220.59º100%13.33%-
XYZ0.410.351.56-
YUV10.33141.36120.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 11 (4.69% from 255) = 24.44%
BLUE value IS 34 (13.67% from 255) = 75.56%
R=0%
G=24.44%
B=75.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal0113410.6800.87220.591006.67
Hex0B226444057dd647
Octal0134214410401273351447
Binary010111000101100100100010001010111110111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000B22; }

 p { color: rgb(0,11,34); }

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

<style>
 a { background-color: #000B22; }

 a { background-color: rgb(0,11,34); }

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

<style>
 span { border-color: #000B22; }

 span { border-color: rgb(0,11,34); }

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