Html Css Color HEX #070732 Black Russian

📋 copy color: '#070732'

red 7 ◦ green 7 ◦ blue 50

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

Shades of Black Russian #070732

Tints of Black Russian #070732

RGB

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

 GREEN value IS 7 (3.13% from 255) = 10.94%

 BLUE value IS 50 (19.92% from 255) = 78.13%

R = 10.94%
G = 10.94%
B = 78.13%

CMYK

 C value IS 0.86

 M value IS 0.86

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#070732 (or 0x070732) is known color: Black Russian. HEX triplet: 07, 07 and 32. RGB value is (7,7,50). Sum of RGB (Red+Green+Blue) = 7+7+50=64 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.94% from 64); Green value is 7 (3.12% from 255 or 10.94% from 64); Blue value is 50 (19.92% from 255 or 78.12% from 64); Max value from RGB is 50 - color contains mainly: blue. Hex color #070732 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070732 is #F8F8CD. Grayscale: #0B0B0B. Windows color (decimal): -16316622 or 3278599. OLE color: 3278599.

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

Color convert

RGB 7 7 50 -
CMYK 0.86 0.86 0 0.80
HSL 240º 0.75% 0.11% -
HSV(B) 240º 0.86% 0.2% -
XYZ 0.74 0.43 3.06 -
YUV 11.9 149.5 124.5 -
System Red Green Blue C M Y K H S L
Decimal 7 7 50 0.86 0.86 0 0.80 240 0.75 0.11
Hex 7 7 32 56 56 0 50 F0 4B B
Octal 7 7 62 126 126 0 120 360 113 13
Binary 111 111 110010 1010110 1010110 0 1010000 11110000 1001011 1011

Color Harmonies of #070732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070732

Black with #070732

Text Example


Text Example

White with #070732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070732; }

 p { color: rgb(7,7,50); }

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

background-color css

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

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

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

border-color css

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

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

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