Html Css Color HEX #070A13 Black Russian

📋 copy color: '#070A13'

red 7 ◦ green 10 ◦ blue 19

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

Shades of Black Russian #070A13

Tints of Black Russian #070A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 52.78%

R = 19.44%
G = 27.78%
B = 52.78%

CMYK

 C value IS 0.63

 M value IS 0.47

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#070A13 (or 0x070A13) is known color: Black Russian. HEX triplet: 07, 0A and 13. RGB value is (7,10,19). Sum of RGB (Red+Green+Blue) = 7+10+19=36 (4% of max value = 765). Red value is 7 (3.12% from 255 or 19.44% from 36); Green value is 10 (4.30% from 255 or 27.78% from 36); Blue value is 19 (7.81% from 255 or 52.78% from 36); Max value from RGB is 19 - color contains mainly: blue. Hex color #070A13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070A13 is #F8F5EC. Grayscale: #0A0A0A. Windows color (decimal): -16315885 or 1247751. OLE color: 1247751.

HSL color Cylindrical-coordinate representation of color #070A13: hue angle of 225º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #070A13 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 7 10 19 -
CMYK 0.63 0.47 0 0.93
HSL 225º 0.46% 0.05% -
HSV(B) 225º 0.63% 0.07% -
XYZ 0.31 0.31 0.66 -
YUV 10.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 7 10 19 0.63 0.47 0 0.93 225 0.46 0.05
Hex 7 A 13 3F 2F 0 5D E1 2E 5
Octal 7 12 23 77 57 0 135 341 56 5
Binary 111 1010 10011 111111 101111 0 1011101 11100001 101110 101

Color Harmonies of #070A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070A13

Black with #070A13

Text Example


Text Example

White with #070A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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