#00020B

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

Shades of Black Russian #00020B

Tints of Black Russian #00020B

Color information

#00020B (or 0x00020B) is unknown color: approx Black Russian. HEX triplet: 00, 02 and 0B. RGB value is (0,2,11). Sum of RGB (Red+Green+Blue) = 0+2+11=13 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 13); Green value is 2 (1.17% from 255 or 15.38% from 13); Blue value is 11 (4.69% from 255 or 84.62% from 13); Max value from RGB is 11 - color contains mainly: blue. Hex color #00020B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00020B is #FFFDF4. Grayscale: #020202. Windows color (decimal): -16776693 or 721408. OLE color: 721408.

HSL color Cylindrical-coordinate representation of color #00020B: hue angle of 229.09º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00020B is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB0211-
CMYK10.8200.96
HSL229.09º100%2.16%-
HSV(B)229.09º100%4.31%-
XYZ0.080.070.33-
YUV2.43132.84126.27-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 2 (1.17% from 255) = 15.38%
BLUE value IS 11 (4.69% from 255) = 84.62%
R=0%
G=15.38%
B=84.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal021110.8200.96229.091002.16
Hex02B6452060e5642
Octal021314412201403451442
Binary0101011110010010100100110000011100101110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00020B; }

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

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

<style>
 a { background-color: #00020B; }

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

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

<style>
 span { border-color: #00020B; }

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

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