Html Css Color HEX #00071E Black Russian

📋 copy color: '#00071E'

red 0 ◦ green 7 ◦ blue 30

#00071E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #00071E

Tints of Black Russian #00071E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 7 (3.13% from 255) = 18.92%

 BLUE value IS 30 (12.11% from 255) = 81.08%

R = 0%
G = 18.92%
B = 81.08%

CMYK

 C value IS 1

 M value IS 0.77

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#00071E (or 0x00071E) is known color: Black Russian. HEX triplet: 00, 07 and 1E. RGB value is (0,7,30). Sum of RGB (Red+Green+Blue) = 0+7+30=37 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 37); Green value is 7 (3.12% from 255 or 18.92% from 37); Blue value is 30 (12.11% from 255 or 81.08% from 37); Max value from RGB is 30 - color contains mainly: blue. Hex color #00071E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00071E is #FFF8E1. Grayscale: #070707. Windows color (decimal): -16775394 or 1967872. OLE color: 1967872.

HSL color Cylindrical-coordinate representation of color #00071E: hue angle of 226º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00071E is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 0 7 30 -
CMYK 1 0.77 0 0.88
HSL 226º 1% 0.06% -
HSV(B) 226º 1% 0.12% -
XYZ 0.31 0.25 1.26 -
YUV 7.53 140.68 122.63 -
System Red Green Blue C M Y K H S L
Decimal 0 7 30 1 0.77 0 0.88 226 1 0.06
Hex 0 7 1E 64 4D 0 58 E2 64 6
Octal 0 7 36 144 115 0 130 342 144 6
Binary 0 111 11110 1100100 1001101 0 1011000 11100010 1100100 110

Color Harmonies of #00071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00071E

Black with #00071E

Text Example


Text Example

White with #00071E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00071E;
 }
 .AnyTagClassName
 {
   color: #00071E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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