Html Css Color HEX #070215 Black Russian

📋 copy color: '#070215'

red 7 ◦ green 2 ◦ blue 21

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

Shades of Black Russian #070215

Tints of Black Russian #070215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 70%

R = 23.33%
G = 6.67%
B = 70%

CMYK

 C value IS 0.67

 M value IS 0.90

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#070215 (or 0x070215) is known color: Black Russian. HEX triplet: 07, 02 and 15. RGB value is (7,2,21). Sum of RGB (Red+Green+Blue) = 7+2+21=30 (3% of max value = 765). Red value is 7 (3.12% from 255 or 23.33% from 30); Green value is 2 (1.17% from 255 or 6.67% from 30); Blue value is 21 (8.59% from 255 or 70% from 30); Max value from RGB is 21 - color contains mainly: blue. Hex color #070215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070215 is #F8FDEA. Grayscale: #050505. Windows color (decimal): -16317931 or 1376775. OLE color: 1376775.

HSL color Cylindrical-coordinate representation of color #070215: hue angle of 255.79º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #070215 is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 7 2 21 -
CMYK 0.67 0.90 0 0.92
HSL 255.79º 0.83% 0.05% -
HSV(B) 255.79º 0.9% 0.08% -
XYZ 0.24 0.14 0.72 -
YUV 5.66 136.66 128.96 -
System Red Green Blue C M Y K H S L
Decimal 7 2 21 0.67 0.90 0 0.92 255.79 0.83 0.05
Hex 7 2 15 43 5A 0 5C 100 53 5
Octal 7 2 25 103 132 0 134 400 123 5
Binary 111 10 10101 1000011 1011010 0 1011100 100000000 1010011 101

Color Harmonies of #070215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070215

Black with #070215

Text Example


Text Example

White with #070215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070215; }

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

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

background-color css

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

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

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

border-color css

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

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

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