#070234

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

Shades of Black Russian #070234

Tints of Black Russian #070234

Color information

#070234 (or 0x070234) is unknown color: approx Black Russian. HEX triplet: 07, 02 and 34. RGB value is (7,2,52). Sum of RGB (Red+Green+Blue) = 7+2+52=61 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.48% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 52 (20.70% from 255 or 85.25% from 61); Max value from RGB is 52 - color contains mainly: blue. Hex color #070234 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070234 is #F8FDCB. Grayscale: #090909. Windows color (decimal): -16317900 or 3408391. OLE color: 3408391.

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

Color convert

RGB7252-
CMYK0.870.9600.80
HSL246º92.59%10.59%-
HSV(B)246º96.15%20.39%-
XYZ0.730.343.28-
YUV9.2152.16126.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.48%
GREEN value IS 2 (1.17% from 255) = 3.28%
BLUE value IS 52 (20.70% from 255) = 85.25%
R=11.48%
G=3.28%
B=85.25%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal72520.870.9600.8024692.5910.59
Hex72345760050f65db
Octal7264127140012036613513
Binary1111011010010101111100000010100001111011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070234; }

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

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

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

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

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

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

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

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