Html Css Color HEX #070A15 Black Russian

📋 copy color: '#070A15'

red 7 ◦ green 10 ◦ blue 21

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

Shades of Black Russian #070A15

Tints of Black Russian #070A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 55.26%

R = 18.42%
G = 26.32%
B = 55.26%

CMYK

 C value IS 0.67

 M value IS 0.52

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#070A15 (or 0x070A15) is known color: Black Russian. HEX triplet: 07, 0A and 15. RGB value is (7,10,21). Sum of RGB (Red+Green+Blue) = 7+10+21=38 (5% of max value = 765). Red value is 7 (3.12% from 255 or 18.42% from 38); Green value is 10 (4.30% from 255 or 26.32% from 38); Blue value is 21 (8.59% from 255 or 55.26% from 38); Max value from RGB is 21 - color contains mainly: blue. Hex color #070A15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070A15 is #F8F5EA. Grayscale: #0A0A0A. Windows color (decimal): -16315883 or 1378823. OLE color: 1378823.

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

Color convert

RGB 7 10 21 -
CMYK 0.67 0.52 0 0.92
HSL 227.14º 0.5% 0.05% -
HSV(B) 227.14º 0.67% 0.08% -
XYZ 0.33 0.32 0.75 -
YUV 10.36 134.01 125.61 -
System Red Green Blue C M Y K H S L
Decimal 7 10 21 0.67 0.52 0 0.92 227.14 0.5 0.05
Hex 7 A 15 43 34 0 5C E3 32 5
Octal 7 12 25 103 64 0 134 343 62 5
Binary 111 1010 10101 1000011 110100 0 1011100 11100011 110010 101

Color Harmonies of #070A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070A15

Black with #070A15

Text Example


Text Example

White with #070A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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