Html Css Color HEX #070D18 Black Russian

📋 copy color: '#070D18'

red 7 ◦ green 13 ◦ blue 24

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

Shades of Black Russian #070D18

Tints of Black Russian #070D18

RGB

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

 GREEN value IS 13 (5.47% from 255) = 29.55%

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

R = 15.91%
G = 29.55%
B = 54.55%

CMYK

 C value IS 0.71

 M value IS 0.46

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#070D18 (or 0x070D18) is known color: Black Russian. HEX triplet: 07, 0D and 18. RGB value is (7,13,24). Sum of RGB (Red+Green+Blue) = 7+13+24=44 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.91% from 44); Green value is 13 (5.47% from 255 or 29.55% from 44); Blue value is 24 (9.77% from 255 or 54.55% from 44); Max value from RGB is 24 - color contains mainly: blue. Hex color #070D18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070D18 is #F8F2E7. Grayscale: #0C0C0C. Windows color (decimal): -16315112 or 1576199. OLE color: 1576199.

HSL color Cylindrical-coordinate representation of color #070D18: hue angle of 218.82º 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 #070D18 is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 7 13 24 -
CMYK 0.71 0.46 0 0.91
HSL 218.82º 0.55% 0.06% -
HSV(B) 218.82º 0.71% 0.09% -
XYZ 0.4 0.4 0.92 -
YUV 12.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 7 13 24 0.71 0.46 0 0.91 218.82 0.55 0.06
Hex 7 D 18 47 2E 0 5B DB 37 6
Octal 7 15 30 107 56 0 133 333 67 6
Binary 111 1101 11000 1000111 101110 0 1011011 11011011 110111 110

Color Harmonies of #070D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070D18

Black with #070D18

Text Example


Text Example

White with #070D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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