Html Css Color HEX #070C15 Black Russian

📋 copy color: '#070C15'

red 7 ◦ green 12 ◦ blue 21

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

Shades of Black Russian #070C15

Tints of Black Russian #070C15

RGB

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

 GREEN value IS 12 (5.08% from 255) = 30%

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

R = 17.5%
G = 30%
B = 52.5%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#070C15 (or 0x070C15) is known color: Black Russian. HEX triplet: 07, 0C and 15. RGB value is (7,12,21). Sum of RGB (Red+Green+Blue) = 7+12+21=40 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.5% from 40); Green value is 12 (5.08% from 255 or 30% from 40); Blue value is 21 (8.59% from 255 or 52.5% from 40); Max value from RGB is 21 - color contains mainly: blue. Hex color #070C15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070C15 is #F8F3EA. Grayscale: #0B0B0B. Windows color (decimal): -16315371 or 1379335. OLE color: 1379335.

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

Color convert

RGB 7 12 21 -
CMYK 0.67 0.43 0 0.92
HSL 218.57º 0.5% 0.05% -
HSV(B) 218.57º 0.67% 0.08% -
XYZ 0.35 0.36 0.76 -
YUV 11.53 133.34 124.77 -
System Red Green Blue C M Y K H S L
Decimal 7 12 21 0.67 0.43 0 0.92 218.57 0.5 0.05
Hex 7 C 15 43 2B 0 5C DB 32 5
Octal 7 14 25 103 53 0 134 333 62 5
Binary 111 1100 10101 1000011 101011 0 1011100 11011011 110010 101

Color Harmonies of #070C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070C15

Black with #070C15

Text Example


Text Example

White with #070C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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