#00030A

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

Shades of Black Russian #00030A

Tints of Black Russian #00030A

Color information

#00030A (or 0x00030A) is unknown color: approx Black Russian. HEX triplet: 00, 03 and 0A. RGB value is (0,3,10). Sum of RGB (Red+Green+Blue) = 0+3+10=13 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 13); Green value is 3 (1.56% from 255 or 23.08% from 13); Blue value is 10 (4.30% from 255 or 76.92% from 13); Max value from RGB is 10 - color contains mainly: blue. Hex color #00030A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00030A is #FFFCF5. Grayscale: #020202. Windows color (decimal): -16776438 or 656128. OLE color: 656128.

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

Color convert

RGB0310-
CMYK10.7000.96
HSL222º100%1.96%-
HSV(B)222º100%3.92%-
XYZ0.090.090.3-
YUV2.9132.01125.93-

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) = 23.08%
BLUE value IS 10 (4.30% from 255) = 76.92%
R=0%
G=23.08%
B=76.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal031010.7000.962221001.96
Hex03A6446060de642
Octal031214410601403361442
Binary0111010110010010001100110000011011110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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