Html Css Color HEX #070312 Black Russian

📋 copy color: '#070312'

red 7 ◦ green 3 ◦ blue 18

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

Shades of Black Russian #070312

Tints of Black Russian #070312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 10.71%

 BLUE value IS 18 (7.42% from 255) = 64.29%

R = 25%
G = 10.71%
B = 64.29%

CMYK

 C value IS 0.61

 M value IS 0.83

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#070312 (or 0x070312) is known color: Black Russian. HEX triplet: 07, 03 and 12. RGB value is (7,3,18). Sum of RGB (Red+Green+Blue) = 7+3+18=28 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25% from 28); Green value is 3 (1.56% from 255 or 10.71% from 28); Blue value is 18 (7.42% from 255 or 64.29% from 28); Max value from RGB is 18 - color contains mainly: blue. Hex color #070312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070312 is #F8FCED. Grayscale: #050505. Windows color (decimal): -16317678 or 1180423. OLE color: 1180423.

HSL color Cylindrical-coordinate representation of color #070312: hue angle of 256º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #070312 is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 7 3 18 -
CMYK 0.61 0.83 0 0.93
HSL 256º 0.71% 0.04% -
HSV(B) 256º 0.83% 0.07% -
XYZ 0.23 0.15 0.59 -
YUV 5.91 134.83 128.78 -
System Red Green Blue C M Y K H S L
Decimal 7 3 18 0.61 0.83 0 0.93 256 0.71 0.04
Hex 7 3 12 3D 53 0 5D 100 47 4
Octal 7 3 22 75 123 0 135 400 107 4
Binary 111 11 10010 111101 1010011 0 1011101 100000000 1000111 100

Color Harmonies of #070312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070312

Black with #070312

Text Example


Text Example

White with #070312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070312; }

 p { color: rgb(7,3,18); }

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

background-color css

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

 a { background-color: rgb(7,3,18); }

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

border-color css

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

 span { border-color: rgb(7,3,18); }

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