Html Css Color HEX #070F1E Black Russian

📋 copy color: '#070F1E'

red 7 ◦ green 15 ◦ blue 30

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

Shades of Black Russian #070F1E

Tints of Black Russian #070F1E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 28.85%

 BLUE value IS 30 (12.11% from 255) = 57.69%

R = 13.46%
G = 28.85%
B = 57.69%

CMYK

 C value IS 0.77

 M value IS 0.5

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#070F1E (or 0x070F1E) is known color: Black Russian. HEX triplet: 07, 0F and 1E. RGB value is (7,15,30). Sum of RGB (Red+Green+Blue) = 7+15+30=52 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.46% from 52); Green value is 15 (6.25% from 255 or 28.85% from 52); Blue value is 30 (12.11% from 255 or 57.69% from 52); Max value from RGB is 30 - color contains mainly: blue. Hex color #070F1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070F1E is #F8F0E1. Grayscale: #0E0E0E. Windows color (decimal): -16314594 or 1969927. OLE color: 1969927.

HSL color Cylindrical-coordinate representation of color #070F1E: hue angle of 219.13º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #070F1E is Cyan = 0.77, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 7 15 30 -
CMYK 0.77 0.5 0 0.88
HSL 219.13º 0.62% 0.07% -
HSV(B) 219.13º 0.77% 0.12% -
XYZ 0.49 0.48 1.3 -
YUV 14.32 136.85 122.78 -
System Red Green Blue C M Y K H S L
Decimal 7 15 30 0.77 0.5 0 0.88 219.13 0.62 0.07
Hex 7 F 1E 4D 32 0 58 DB 3E 7
Octal 7 17 36 115 62 0 130 333 76 7
Binary 111 1111 11110 1001101 110010 0 1011000 11011011 111110 111

Color Harmonies of #070F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070F1E

Black with #070F1E

Text Example


Text Example

White with #070F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,15,30); }

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

background-color css

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

 a { background-color: rgb(7,15,30); }

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

border-color css

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

 span { border-color: rgb(7,15,30); }

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