Html Css Color HEX #070F20 Black Russian

📋 copy color: '#070F20'

red 7 ◦ green 15 ◦ blue 32

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

Shades of Black Russian #070F20

Tints of Black Russian #070F20

RGB

 RED value IS 7 (3.13% from 255) = 12.96%

 GREEN value IS 15 (6.25% from 255) = 27.78%

 BLUE value IS 32 (12.89% from 255) = 59.26%

R = 12.96%
G = 27.78%
B = 59.26%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#070F20 (or 0x070F20) is known color: Black Russian. HEX triplet: 07, 0F and 20. RGB value is (7,15,32). Sum of RGB (Red+Green+Blue) = 7+15+32=54 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.96% from 54); Green value is 15 (6.25% from 255 or 27.78% from 54); Blue value is 32 (12.89% from 255 or 59.26% from 54); Max value from RGB is 32 - color contains mainly: blue. Hex color #070F20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070F20 is #F8F0DF. Grayscale: #0E0E0E. Windows color (decimal): -16314592 or 2100999. OLE color: 2100999.

HSL color Cylindrical-coordinate representation of color #070F20: hue angle of 220.8º degrees, saturation: 0.64, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #070F20 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 7 15 32 -
CMYK 0.78 0.53 0 0.87
HSL 220.8º 0.64% 0.08% -
HSV(B) 220.8º 0.78% 0.13% -
XYZ 0.52 0.49 1.43 -
YUV 14.55 137.85 122.62 -
System Red Green Blue C M Y K H S L
Decimal 7 15 32 0.78 0.53 0 0.87 220.8 0.64 0.08
Hex 7 F 20 4E 35 0 57 DD 40 8
Octal 7 17 40 116 65 0 127 335 100 10
Binary 111 1111 100000 1001110 110101 0 1010111 11011101 1000000 1000

Color Harmonies of #070F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070F20

Black with #070F20

Text Example


Text Example

White with #070F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070F20; }

 p { color: rgb(7,15,32); }

 H1.HeaderClassName
 {
   color: #070F20;
 }
 .AnyTagClassName
 {
   color: #070F20;
 }
</style>

background-color css

<style>
 a { background-color: #070F20; }

 a { background-color: rgb(7,15,32); }

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

border-color css

<style>
 span { border-color: #070F20; }

 span { border-color: rgb(7,15,32); }

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