#070B28

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

Shades of Black Russian #070B28

Tints of Black Russian #070B28

Color information

#070B28 (or 0x070B28) is unknown color: approx Black Russian. HEX triplet: 07, 0B and 28. RGB value is (7,11,40). Sum of RGB (Red+Green+Blue) = 7+11+40=58 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.07% from 58); Green value is 11 (4.69% from 255 or 18.97% from 58); Blue value is 40 (16.02% from 255 or 68.97% from 58); Max value from RGB is 40 - color contains mainly: blue. Hex color #070B28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070B28 is #F8F4D7. Grayscale: #0C0C0C. Windows color (decimal): -16315608 or 2624263. OLE color: 2624263.

HSL color Cylindrical-coordinate representation of color #070B28: hue angle of 232.73º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #070B28 is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB71140-
CMYK0.830.7200.84
HSL232.73º70.21%9.22%-
HSV(B)232.73º82.5%15.69%-
XYZ0.590.442.06-
YUV13.11143.17123.64-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.07%
GREEN value IS 11 (4.69% from 255) = 18.97%
BLUE value IS 40 (16.02% from 255) = 68.97%
R=12.07%
G=18.97%
B=68.97%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal711400.830.7200.84232.7370.219.22
Hex7B285348054e9469
Octal71350123110012435110611
Binary111101110100010100111001000010101001110100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,11,40); }

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

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

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

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

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

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

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