Html Css Color HEX #070034 Black Russian

📋 copy color: '#070034'

red 7 ◦ green 0 ◦ blue 52

#070034
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #070034

Tints of Black Russian #070034

RGB

 RED value IS 7 (3.13% from 255) = 11.86%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 52 (20.7% from 255) = 88.14%

R = 11.86%
G = 0%
B = 88.14%

CMYK

 C value IS 0.87

 M value IS 1

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#070034 (or 0x070034) is known color: Black Russian. HEX triplet: 07, 00 and 34. RGB value is (7,0,52). Sum of RGB (Red+Green+Blue) = 7+0+52=59 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.86% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 52 (20.70% from 255 or 88.14% from 59); Max value from RGB is 52 - color contains mainly: blue. Hex color #070034 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070034 is #F8FFCB. Grayscale: #070707. Windows color (decimal): -16318412 or 3407879. OLE color: 3407879.

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

Color convert

RGB 7 0 52 -
CMYK 0.87 1 0 0.80
HSL 248.08º 1% 0.1% -
HSV(B) 248.08º 1% 0.2% -
XYZ 0.71 0.29 3.27 -
YUV 8.02 152.82 127.27 -
System Red Green Blue C M Y K H S L
Decimal 7 0 52 0.87 1 0 0.80 248.08 1 0.1
Hex 7 0 34 57 64 0 50 F8 64 A
Octal 7 0 64 127 144 0 120 370 144 12
Binary 111 0 110100 1010111 1100100 0 1010000 11111000 1100100 1010

Color Harmonies of #070034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070034

Black with #070034

Text Example


Text Example

White with #070034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070034; }

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

 H1.HeaderClassName
 {
   color: #070034;
 }
 .AnyTagClassName
 {
   color: #070034;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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