#00030E

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

Shades of Black Russian #00030E

Tints of Black Russian #00030E

Color information

#00030E (or 0x00030E) is unknown color: approx Black Russian. HEX triplet: 00, 03 and 0E. RGB value is (0,3,14). Sum of RGB (Red+Green+Blue) = 0+3+14=17 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 17); Green value is 3 (1.56% from 255 or 17.65% from 17); Blue value is 14 (5.86% from 255 or 82.35% from 17); Max value from RGB is 14 - color contains mainly: blue. Hex color #00030E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00030E is #FFFCF1. Grayscale: #030303. Windows color (decimal): -16776434 or 918272. OLE color: 918272.

HSL color Cylindrical-coordinate representation of color #00030E: hue angle of 227.14º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00030E is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB0314-
CMYK10.7900.95
HSL227.14º100%2.75%-
HSV(B)227.14º100%5.49%-
XYZ0.110.10.43-
YUV3.36134.01125.61-

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) = 17.65%
BLUE value IS 14 (5.86% from 255) = 82.35%
R=0%
G=17.65%
B=82.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal031410.7900.95227.141002.75
Hex03E644F05Fe3643
Octal031614411701373431443
Binary0111110110010010011110101111111100011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00030E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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