Html Css Color HEX #070114 Black Russian

📋 copy color: '#070114'

red 7 ◦ green 1 ◦ blue 20

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

Shades of Black Russian #070114

Tints of Black Russian #070114

RGB

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

 GREEN value IS 1 (0.78% from 255) = 3.57%

 BLUE value IS 20 (8.2% from 255) = 71.43%

R = 25%
G = 3.57%
B = 71.43%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#070114 (or 0x070114) is known color: Black Russian. HEX triplet: 07, 01 and 14. RGB value is (7,1,20). Sum of RGB (Red+Green+Blue) = 7+1+20=28 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25% from 28); Green value is 1 (0.78% from 255 or 3.57% from 28); Blue value is 20 (8.20% from 255 or 71.43% from 28); Max value from RGB is 20 - color contains mainly: blue. Hex color #070114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070114 is #F8FEEB. Grayscale: #040404. Windows color (decimal): -16318188 or 1310983. OLE color: 1310983.

HSL color Cylindrical-coordinate representation of color #070114: hue angle of 258.95º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #070114 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 7 1 20 -
CMYK 0.65 0.95 0 0.92
HSL 258.95º 0.9% 0.04% -
HSV(B) 258.95º 0.95% 0.08% -
XYZ 0.22 0.12 0.67 -
YUV 4.96 136.49 129.46 -
System Red Green Blue C M Y K H S L
Decimal 7 1 20 0.65 0.95 0 0.92 258.95 0.9 0.04
Hex 7 1 14 41 5F 0 5C 103 5A 4
Octal 7 1 24 101 137 0 134 403 132 4
Binary 111 1 10100 1000001 1011111 0 1011100 100000011 1011010 100

Color Harmonies of #070114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070114

Black with #070114

Text Example


Text Example

White with #070114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070114; }

 p { color: rgb(7,1,20); }

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

background-color css

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

 a { background-color: rgb(7,1,20); }

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

border-color css

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

 span { border-color: rgb(7,1,20); }

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