#07050D

Color #07050D Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #07050D

Tints of Black Russian #07050D

Color information

#07050D (or 0x07050D) is unknown color: approx Black Russian. HEX triplet: 07, 05 and 0D. RGB value is (7,5,13). Sum of RGB (Red+Green+Blue) = 7+5+13=25 (3% of max value = 765). Red value is 7 (3.12% from 255 or 28% from 25); Green value is 5 (2.34% from 255 or 20% from 25); Blue value is 13 (5.47% from 255 or 52% from 25); Max value from RGB is 13 - color contains mainly: blue. Hex color #07050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07050D is #F8FAF2. Grayscale: #060606. Windows color (decimal): -16317171 or 853255. OLE color: 853255.

HSL color Cylindrical-coordinate representation of color #07050D: hue angle of 255º degrees, saturation: 0.44, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #07050D is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB7513-
CMYK0.460.6200.95
HSL255º44.44%3.53%-
HSV(B)255º61.54%5.1%-
XYZ0.210.180.4-
YUV6.51131.66128.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 28%
GREEN value IS 5 (2.34% from 255) = 20%
BLUE value IS 13 (5.47% from 255) = 52%
R=28%
G=20%
B=52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal75130.460.6200.9525544.443.53
Hex75D2E3E05Fff2c4
Octal751556760137377544
Binary11110111011011101111100101111111111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07050D; }

 p { color: rgb(7,5,13); }

 H1.HeaderClassName
 {
   color: #07050D;
 }
 .AnyTagClassName
 {
   color: #07050D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #07050D;
 }
 .BgClassName
 {
   background-color: #07050D;
 }
</style>
border-color css

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

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

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