Html Css Color HEX #070213 Black Russian

📋 copy color: '#070213'

red 7 ◦ green 2 ◦ blue 19

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

Shades of Black Russian #070213

Tints of Black Russian #070213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 7.14%

 BLUE value IS 19 (7.81% from 255) = 67.86%

R = 25%
G = 7.14%
B = 67.86%

CMYK

 C value IS 0.63

 M value IS 0.89

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#070213 (or 0x070213) is known color: Black Russian. HEX triplet: 07, 02 and 13. RGB value is (7,2,19). Sum of RGB (Red+Green+Blue) = 7+2+19=28 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25% from 28); Green value is 2 (1.17% from 255 or 7.14% from 28); Blue value is 19 (7.81% from 255 or 67.86% from 28); Max value from RGB is 19 - color contains mainly: blue. Hex color #070213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070213 is #F8FDEC. Grayscale: #050505. Windows color (decimal): -16317933 or 1245703. OLE color: 1245703.

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

Color convert

RGB 7 2 19 -
CMYK 0.63 0.89 0 0.93
HSL 257.65º 0.81% 0.04% -
HSV(B) 257.65º 0.89% 0.07% -
XYZ 0.23 0.14 0.63 -
YUV 5.43 135.66 129.12 -
System Red Green Blue C M Y K H S L
Decimal 7 2 19 0.63 0.89 0 0.93 257.65 0.81 0.04
Hex 7 2 13 3F 59 0 5D 102 51 4
Octal 7 2 23 77 131 0 135 402 121 4
Binary 111 10 10011 111111 1011001 0 1011101 100000010 1010001 100

Color Harmonies of #070213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070213

Black with #070213

Text Example


Text Example

White with #070213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070213; }

 p { color: rgb(7,2,19); }

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

background-color css

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

 a { background-color: rgb(7,2,19); }

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

border-color css

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

 span { border-color: rgb(7,2,19); }

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