Html Css Color HEX #070A18 Black Russian

📋 copy color: '#070A18'

red 7 ◦ green 10 ◦ blue 24

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

Shades of Black Russian #070A18

Tints of Black Russian #070A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 58.54%

R = 17.07%
G = 24.39%
B = 58.54%

CMYK

 C value IS 0.71

 M value IS 0.58

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#070A18 (or 0x070A18) is known color: Black Russian. HEX triplet: 07, 0A and 18. RGB value is (7,10,24). Sum of RGB (Red+Green+Blue) = 7+10+24=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 10 (4.30% from 255 or 24.39% from 41); Blue value is 24 (9.77% from 255 or 58.54% from 41); Max value from RGB is 24 - color contains mainly: blue. Hex color #070A18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070A18 is #F8F5E7. Grayscale: #0A0A0A. Windows color (decimal): -16315880 or 1575431. OLE color: 1575431.

HSL color Cylindrical-coordinate representation of color #070A18: hue angle of 229.41º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #070A18 is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 7 10 24 -
CMYK 0.71 0.58 0 0.91
HSL 229.41º 0.55% 0.06% -
HSV(B) 229.41º 0.71% 0.09% -
XYZ 0.36 0.33 0.91 -
YUV 10.7 135.51 125.36 -
System Red Green Blue C M Y K H S L
Decimal 7 10 24 0.71 0.58 0 0.91 229.41 0.55 0.06
Hex 7 A 18 47 3A 0 5B E5 37 6
Octal 7 12 30 107 72 0 133 345 67 6
Binary 111 1010 11000 1000111 111010 0 1011011 11100101 110111 110

Color Harmonies of #070A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070A18

Black with #070A18

Text Example


Text Example

White with #070A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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