#070B30

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

Shades of Black Russian #070B30

Tints of Black Russian #070B30

Color information

#070B30 (or 0x070B30) is unknown color: approx Black Russian. HEX triplet: 07, 0B and 30. RGB value is (7,11,48). Sum of RGB (Red+Green+Blue) = 7+11+48=66 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.61% from 66); Green value is 11 (4.69% from 255 or 16.67% from 66); Blue value is 48 (19.14% from 255 or 72.73% from 66); Max value from RGB is 48 - color contains mainly: blue. Hex color #070B30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070B30 is #F8F4CF. Grayscale: #0D0D0D. Windows color (decimal): -16315600 or 3148551. OLE color: 3148551.

HSL color Cylindrical-coordinate representation of color #070B30: hue angle of 234.15º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #070B30 is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB71148-
CMYK0.850.7700.81
HSL234.15º74.55%10.78%-
HSV(B)234.15º85.42%18.82%-
XYZ0.740.52.85-
YUV14.02147.17122.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.61%
GREEN value IS 11 (4.69% from 255) = 16.67%
BLUE value IS 48 (19.14% from 255) = 72.73%
R=10.61%
G=16.67%
B=72.73%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal711480.850.7700.81234.1574.5510.78
Hex7B30554D051ea4bb
Octal71360125115012135211313
Binary111101111000010101011001101010100011110101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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