Html Css Color HEX #07070F Black Russian

📋 copy color: '#07070F'

red 7 ◦ green 7 ◦ blue 15

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

Shades of Black Russian #07070F

Tints of Black Russian #07070F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 24.14%

 BLUE value IS 15 (6.25% from 255) = 51.72%

R = 24.14%
G = 24.14%
B = 51.72%

CMYK

 C value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#07070F (or 0x07070F) is known color: Black Russian. HEX triplet: 07, 07 and 0F. RGB value is (7,7,15). Sum of RGB (Red+Green+Blue) = 7+7+15=29 (3% of max value = 765). Red value is 7 (3.12% from 255 or 24.14% from 29); Green value is 7 (3.12% from 255 or 24.14% from 29); Blue value is 15 (6.25% from 255 or 51.72% from 29); Max value from RGB is 15 - color contains mainly: blue. Hex color #07070F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07070F is #F8F8F0. Grayscale: #070707. Windows color (decimal): -16316657 or 984839. OLE color: 984839.

HSL color Cylindrical-coordinate representation of color #07070F: hue angle of 240º degrees, saturation: 0.36, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #07070F is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 7 7 15 -
CMYK 0.53 0.53 0 0.94
HSL 240º 0.36% 0.04% -
HSV(B) 240º 0.53% 0.06% -
XYZ 0.25 0.23 0.48 -
YUV 7.91 132 127.35 -
System Red Green Blue C M Y K H S L
Decimal 7 7 15 0.53 0.53 0 0.94 240 0.36 0.04
Hex 7 7 F 35 35 0 5E F0 24 4
Octal 7 7 17 65 65 0 136 360 44 4
Binary 111 111 1111 110101 110101 0 1011110 11110000 100100 100

Color Harmonies of #07070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07070F

Black with #07070F

Text Example


Text Example

White with #07070F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07070F; }

 p { color: rgb(7,7,15); }

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

background-color css

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

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

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

border-color css

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

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

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