#00071A

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

Shades of Black Russian #00071A

Tints of Black Russian #00071A

Color information

#00071A (or 0x00071A) is unknown color: approx Black Russian. HEX triplet: 00, 07 and 1A. RGB value is (0,7,26). Sum of RGB (Red+Green+Blue) = 0+7+26=33 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 33); Green value is 7 (3.12% from 255 or 21.21% from 33); Blue value is 26 (10.55% from 255 or 78.79% from 33); Max value from RGB is 26 - color contains mainly: blue. Hex color #00071A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00071A is #FFF8E5. Grayscale: #060606. Windows color (decimal): -16775398 or 1705728. OLE color: 1705728.

HSL color Cylindrical-coordinate representation of color #00071A: hue angle of 223.85º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00071A is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB0726-
CMYK10.7300.90
HSL223.85º100%5.1%-
HSV(B)223.85º100%10.2%-
XYZ0.260.231.01-
YUV7.07138.68122.96-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 7 (3.12% from 255) = 21.21%
BLUE value IS 26 (10.55% from 255) = 78.79%
R=0%
G=21.21%
B=78.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal072610.7300.90223.851005.1
Hex071A644905Ae0645
Octal073214411101323401445
Binary0111110101100100100100101011010111000001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,7,26); }

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

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

 a { background-color: rgb(0,7,26); }

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

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

 span { border-color: rgb(0,7,26); }

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