#000B26

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

Shades of Black Russian #000B26

Tints of Black Russian #000B26

Color information

#000B26 (or 0x000B26) is unknown color: approx Black Russian. HEX triplet: 00, 0B and 26. RGB value is (0,11,38). Sum of RGB (Red+Green+Blue) = 0+11+38=49 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 49); Green value is 11 (4.69% from 255 or 22.45% from 49); Blue value is 38 (15.23% from 255 or 77.55% from 49); Max value from RGB is 38 - color contains mainly: blue. Hex color #000B26 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000B26 is #FFF4D9. Grayscale: #0A0A0A. Windows color (decimal): -16774362 or 2493184. OLE color: 2493184.

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

Color convert

RGB01138-
CMYK10.7100.85
HSL222.63º100%7.45%-
HSV(B)222.63º100%14.9%-
XYZ0.470.381.88-
YUV10.79143.36120.3-

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) = 22.45%
BLUE value IS 38 (15.23% from 255) = 77.55%
R=0%
G=22.45%
B=77.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal0113810.7100.85222.631007.45
Hex0B266447055df647
Octal0134614410701253371447
Binary010111001101100100100011101010101110111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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