Html Css Color HEX #070A17 Black Russian

📋 copy color: '#070A17'

red 7 ◦ green 10 ◦ blue 23

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

Shades of Black Russian #070A17

Tints of Black Russian #070A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 57.5%

R = 17.5%
G = 25%
B = 57.5%

CMYK

 C value IS 0.70

 M value IS 0.57

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#070A17 (or 0x070A17) is known color: Black Russian. HEX triplet: 07, 0A and 17. RGB value is (7,10,23). Sum of RGB (Red+Green+Blue) = 7+10+23=40 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.5% from 40); Green value is 10 (4.30% from 255 or 25% from 40); Blue value is 23 (9.38% from 255 or 57.5% from 40); Max value from RGB is 23 - color contains mainly: blue. Hex color #070A17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070A17 is #F8F5E8. Grayscale: #0A0A0A. Windows color (decimal): -16315881 or 1509895. OLE color: 1509895.

HSL color Cylindrical-coordinate representation of color #070A17: hue angle of 228.75º degrees, saturation: 0.53, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #070A17 is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 7 10 23 -
CMYK 0.70 0.57 0 0.91
HSL 228.75º 0.53% 0.06% -
HSV(B) 228.75º 0.7% 0.09% -
XYZ 0.35 0.32 0.85 -
YUV 10.59 135.01 125.44 -
System Red Green Blue C M Y K H S L
Decimal 7 10 23 0.70 0.57 0 0.91 228.75 0.53 0.06
Hex 7 A 17 46 39 0 5B E5 35 6
Octal 7 12 27 106 71 0 133 345 65 6
Binary 111 1010 10111 1000110 111001 0 1011011 11100101 110101 110

Color Harmonies of #070A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070A17

Black with #070A17

Text Example


Text Example

White with #070A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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