Html Css Color HEX #070E1C Black Russian

📋 copy color: '#070E1C'

red 7 ◦ green 14 ◦ blue 28

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

Shades of Black Russian #070E1C

Tints of Black Russian #070E1C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 28.57%

 BLUE value IS 28 (11.33% from 255) = 57.14%

R = 14.29%
G = 28.57%
B = 57.14%

CMYK

 C value IS 0.75

 M value IS 0.50

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#070E1C (or 0x070E1C) is known color: Black Russian. HEX triplet: 07, 0E and 1C. RGB value is (7,14,28). Sum of RGB (Red+Green+Blue) = 7+14+28=49 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.29% from 49); Green value is 14 (5.86% from 255 or 28.57% from 49); Blue value is 28 (11.33% from 255 or 57.14% from 49); Max value from RGB is 28 - color contains mainly: blue. Hex color #070E1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070E1C is #F8F1E3. Grayscale: #0D0D0D. Windows color (decimal): -16314852 or 1838599. OLE color: 1838599.

HSL color Cylindrical-coordinate representation of color #070E1C: hue angle of 220º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #070E1C is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 7 14 28 -
CMYK 0.75 0.50 0 0.89
HSL 220º 0.6% 0.07% -
HSV(B) 220º 0.75% 0.11% -
XYZ 0.45 0.44 1.16 -
YUV 13.5 136.18 123.36 -
System Red Green Blue C M Y K H S L
Decimal 7 14 28 0.75 0.50 0 0.89 220 0.6 0.07
Hex 7 E 1C 4B 32 0 59 DC 3C 7
Octal 7 16 34 113 62 0 131 334 74 7
Binary 111 1110 11100 1001011 110010 0 1011001 11011100 111100 111

Color Harmonies of #070E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070E1C

Black with #070E1C

Text Example


Text Example

White with #070E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,14,28); }

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

background-color css

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

 a { background-color: rgb(7,14,28); }

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

border-color css

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

 span { border-color: rgb(7,14,28); }

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