#070634

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

Shades of Black Russian #070634

Tints of Black Russian #070634

Color information

#070634 (or 0x070634) is unknown color: approx Black Russian. HEX triplet: 07, 06 and 34. RGB value is (7,6,52). Sum of RGB (Red+Green+Blue) = 7+6+52=65 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.77% from 65); Green value is 6 (2.73% from 255 or 9.23% from 65); Blue value is 52 (20.70% from 255 or 80% from 65); Max value from RGB is 52 - color contains mainly: blue. Hex color #070634 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070634 is #F8F9CB. Grayscale: #0B0B0B. Windows color (decimal): -16316876 or 3409415. OLE color: 3409415.

HSL color Cylindrical-coordinate representation of color #070634: hue angle of 241.3º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #070634 is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB7652-
CMYK0.870.8800.80
HSL241.3º79.31%11.37%-
HSV(B)241.3º88.46%20.39%-
XYZ0.770.423.29-
YUV11.54150.83124.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.77%
GREEN value IS 6 (2.73% from 255) = 9.23%
BLUE value IS 52 (20.70% from 255) = 80%
R=10.77%
G=9.23%
B=80%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal76520.870.8800.80241.379.3111.37
Hex76345758050f14fb
Octal7664127130012036111713
Binary11111011010010101111011000010100001111000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070634; }

 p { color: rgb(7,6,52); }

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

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

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

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

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

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

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