Html Css Color HEX #070334 Black Russian

📋 copy color: '#070334'

red 7 ◦ green 3 ◦ blue 52

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

Shades of Black Russian #070334

Tints of Black Russian #070334

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.84%

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

R = 11.29%
G = 4.84%
B = 83.87%

CMYK

 C value IS 0.87

 M value IS 0.94

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#070334 (or 0x070334) is known color: Black Russian. HEX triplet: 07, 03 and 34. RGB value is (7,3,52). Sum of RGB (Red+Green+Blue) = 7+3+52=62 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.29% from 62); Green value is 3 (1.56% from 255 or 4.84% from 62); Blue value is 52 (20.70% from 255 or 83.87% from 62); Max value from RGB is 52 - color contains mainly: blue. Hex color #070334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070334 is #F8FCCB. Grayscale: #090909. Windows color (decimal): -16317644 or 3408647. OLE color: 3408647.

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

Color convert

RGB 7 3 52 -
CMYK 0.87 0.94 0 0.80
HSL 244.9º 0.89% 0.11% -
HSV(B) 244.9º 0.94% 0.2% -
XYZ 0.74 0.36 3.28 -
YUV 9.78 151.83 126.02 -
System Red Green Blue C M Y K H S L
Decimal 7 3 52 0.87 0.94 0 0.80 244.9 0.89 0.11
Hex 7 3 34 57 5E 0 50 F5 59 B
Octal 7 3 64 127 136 0 120 365 131 13
Binary 111 11 110100 1010111 1011110 0 1010000 11110101 1011001 1011

Color Harmonies of #070334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070334

Black with #070334

Text Example


Text Example

White with #070334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070334; }

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

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

background-color css

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

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

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

border-color css

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

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

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