#00071C

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

Shades of Black Russian #00071C

Tints of Black Russian #00071C

Color information

#00071C (or 0x00071C) is unknown color: approx Black Russian. HEX triplet: 00, 07 and 1C. RGB value is (0,7,28). Sum of RGB (Red+Green+Blue) = 0+7+28=35 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 35); Green value is 7 (3.12% from 255 or 20% from 35); Blue value is 28 (11.33% from 255 or 80% from 35); Max value from RGB is 28 - color contains mainly: blue. Hex color #00071C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00071C is #FFF8E3. Grayscale: #070707. Windows color (decimal): -16775396 or 1836800. OLE color: 1836800.

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

Color convert

RGB0728-
CMYK10.7500.89
HSL225º100%5.49%-
HSV(B)225º100%10.98%-
XYZ0.290.241.13-
YUV7.3139.68122.79-

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) = 20%
BLUE value IS 28 (11.33% from 255) = 80%
R=0%
G=20%
B=80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal072810.7500.892251005.49
Hex071C644B059e1645
Octal073414411301313411445
Binary0111111001100100100101101011001111000011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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