Html Css Color HEX #070032 Black Russian

📋 copy color: '#070032'

red 7 ◦ green 0 ◦ blue 50

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

Shades of Black Russian #070032

Tints of Black Russian #070032

RGB

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

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

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

R = 12.28%
G = 0%
B = 87.72%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#070032 (or 0x070032) is known color: Black Russian. HEX triplet: 07, 00 and 32. RGB value is (7,0,50). Sum of RGB (Red+Green+Blue) = 7+0+50=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 50 (19.92% from 255 or 87.72% from 57); Max value from RGB is 50 - color contains mainly: blue. Hex color #070032 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070032 is #F8FFCD. Grayscale: #070707. Windows color (decimal): -16318414 or 3276807. OLE color: 3276807.

HSL color Cylindrical-coordinate representation of color #070032: hue angle of 248.4º 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 #070032 is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 7 0 50 -
CMYK 0.86 1 0 0.80
HSL 248.4º 1% 0.1% -
HSV(B) 248.4º 1% 0.2% -
XYZ 0.66 0.28 3.04 -
YUV 7.79 151.82 127.43 -
System Red Green Blue C M Y K H S L
Decimal 7 0 50 0.86 1 0 0.80 248.4 1 0.1
Hex 7 0 32 56 64 0 50 F8 64 A
Octal 7 0 62 126 144 0 120 370 144 12
Binary 111 0 110010 1010110 1100100 0 1010000 11111000 1100100 1010

Color Harmonies of #070032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070032

Black with #070032

Text Example


Text Example

White with #070032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070032; }

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

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

background-color css

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

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

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

border-color css

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

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

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