Html Css Color HEX #00071F Black Russian

📋 copy color: '#00071F'

red 0 ◦ green 7 ◦ blue 31

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

Shades of Black Russian #00071F

Tints of Black Russian #00071F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 81.58%

R = 0%
G = 18.42%
B = 81.58%

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

#00071F (or 0x00071F) is known color: Black Russian. HEX triplet: 00, 07 and 1F. RGB value is (0,7,31). Sum of RGB (Red+Green+Blue) = 0+7+31=38 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 38); Green value is 7 (3.12% from 255 or 18.42% from 38); Blue value is 31 (12.5% from 255 or 81.58% from 38); Max value from RGB is 31 - color contains mainly: blue. Hex color #00071F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00071F is #FFF8E0. Grayscale: #070707. Windows color (decimal): -16775393 or 2033408. OLE color: 2033408.

HSL color Cylindrical-coordinate representation of color #00071F: hue angle of 226.45º 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 #00071F is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 0 7 31 -
CMYK 1 0.77 0 0.88
HSL 226.45º 1% 0.06% -
HSV(B) 226.45º 1% 0.12% -
XYZ 0.32 0.25 1.33 -
YUV 7.64 141.18 122.55 -
System Red Green Blue C M Y K H S L
Decimal 0 7 31 1 0.77 0 0.88 226.45 1 0.06
Hex 0 7 1F 64 4D 0 58 E2 64 6
Octal 0 7 37 144 115 0 130 342 144 6
Binary 0 111 11111 1100100 1001101 0 1011000 11100010 1100100 110

Color Harmonies of #00071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00071F

Black with #00071F

Text Example


Text Example

White with #00071F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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