#00030B

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

Shades of Black Russian #00030B

Tints of Black Russian #00030B

Color information

#00030B (or 0x00030B) is unknown color: approx Black Russian. HEX triplet: 00, 03 and 0B. RGB value is (0,3,11). Sum of RGB (Red+Green+Blue) = 0+3+11=14 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 14); Green value is 3 (1.56% from 255 or 21.43% from 14); Blue value is 11 (4.69% from 255 or 78.57% from 14); Max value from RGB is 11 - color contains mainly: blue. Hex color #00030B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00030B is #FFFCF4. Grayscale: #020202. Windows color (decimal): -16776437 or 721664. OLE color: 721664.

HSL color Cylindrical-coordinate representation of color #00030B: hue angle of 223.64º 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 #00030B is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB0311-
CMYK10.7300.96
HSL223.64º100%2.16%-
HSV(B)223.64º100%4.31%-
XYZ0.090.090.33-
YUV3.01132.51125.85-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 3 (1.56% from 255) = 21.43%
BLUE value IS 11 (4.69% from 255) = 78.57%
R=0%
G=21.43%
B=78.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal031110.7300.96223.641002.16
Hex03B6449060e0642
Octal031314411101403401442
Binary0111011110010010010010110000011100000110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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