Html Css Color HEX #00071A Black Russian

📋 copy color: '#00071A'

red 0 ◦ green 7 ◦ blue 26

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

Shades of Black Russian #00071A

Tints of Black Russian #00071A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 78.79%

R = 0%
G = 21.21%
B = 78.79%

CMYK

 C value IS 1

 M value IS 0.73

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#00071A (or 0x00071A) is known color: 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

RGB 0 7 26 -
CMYK 1 0.73 0 0.90
HSL 223.85º 1% 0.05% -
HSV(B) 223.85º 1% 0.1% -
XYZ 0.26 0.23 1.01 -
YUV 7.07 138.68 122.96 -
System Red Green Blue C M Y K H S L
Decimal 0 7 26 1 0.73 0 0.90 223.85 1 0.05
Hex 0 7 1A 64 49 0 5A E0 64 5
Octal 0 7 32 144 111 0 132 340 144 5
Binary 0 111 11010 1100100 1001001 0 1011010 11100000 1100100 101

Color Harmonies of #00071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00071A

Black with #00071A

Text Example


Text Example

White with #00071A

Text Example


Text Example

HTML Codes & Css Web 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>