Html Css Color HEX #070A14 Black Russian

📋 copy color: '#070A14'

red 7 ◦ green 10 ◦ blue 20

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

Shades of Black Russian #070A14

Tints of Black Russian #070A14

RGB

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

 GREEN value IS 10 (4.3% from 255) = 27.03%

 BLUE value IS 20 (8.2% from 255) = 54.05%

R = 18.92%
G = 27.03%
B = 54.05%

CMYK

 C value IS 0.65

 M value IS 0.50

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#070A14 (or 0x070A14) is known color: Black Russian. HEX triplet: 07, 0A and 14. RGB value is (7,10,20). Sum of RGB (Red+Green+Blue) = 7+10+20=37 (4% of max value = 765). Red value is 7 (3.12% from 255 or 18.92% from 37); Green value is 10 (4.30% from 255 or 27.03% from 37); Blue value is 20 (8.20% from 255 or 54.05% from 37); Max value from RGB is 20 - color contains mainly: blue. Hex color #070A14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070A14 is #F8F5EB. Grayscale: #0A0A0A. Windows color (decimal): -16315884 or 1313287. OLE color: 1313287.

HSL color Cylindrical-coordinate representation of color #070A14: hue angle of 226.15º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #070A14 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 7 10 20 -
CMYK 0.65 0.50 0 0.92
HSL 226.15º 0.48% 0.05% -
HSV(B) 226.15º 0.65% 0.08% -
XYZ 0.32 0.31 0.71 -
YUV 10.24 133.51 125.69 -
System Red Green Blue C M Y K H S L
Decimal 7 10 20 0.65 0.50 0 0.92 226.15 0.48 0.05
Hex 7 A 14 41 32 0 5C E2 30 5
Octal 7 12 24 101 62 0 134 342 60 5
Binary 111 1010 10100 1000001 110010 0 1011100 11100010 110000 101

Color Harmonies of #070A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070A14

Black with #070A14

Text Example


Text Example

White with #070A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,10,20); }

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

background-color css

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

 a { background-color: rgb(7,10,20); }

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

border-color css

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

 span { border-color: rgb(7,10,20); }

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