#07050F

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

Shades of Black Russian #07050F

Tints of Black Russian #07050F

Color information

#07050F (or 0x07050F) is unknown color: approx Black Russian. HEX triplet: 07, 05 and 0F. RGB value is (7,5,15). Sum of RGB (Red+Green+Blue) = 7+5+15=27 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25.93% from 27); Green value is 5 (2.34% from 255 or 18.52% from 27); Blue value is 15 (6.25% from 255 or 55.56% from 27); Max value from RGB is 15 - color contains mainly: blue. Hex color #07050F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07050F is #F8FAF0. Grayscale: #060606. Windows color (decimal): -16317169 or 984327. OLE color: 984327.

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

Color convert

RGB7515-
CMYK0.530.6700.94
HSL252º50%3.92%-
HSV(B)252º66.67%5.88%-
XYZ0.230.190.48-
YUV6.74132.66128.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 25.93%
GREEN value IS 5 (2.34% from 255) = 18.52%
BLUE value IS 15 (6.25% from 255) = 55.56%
R=25.93%
G=18.52%
B=55.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal75150.530.6700.94252503.92
Hex75F354305Efc324
Octal7517651030136374624
Binary111101111111010110000110101111011111100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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