Html Css Color HEX #070332 Black Russian

📋 copy color: '#070332'

red 7 ◦ green 3 ◦ blue 50

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

Shades of Black Russian #070332

Tints of Black Russian #070332

RGB

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

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

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

R = 11.67%
G = 5%
B = 83.33%

CMYK

 C value IS 0.86

 M value IS 0.94

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#070332 (or 0x070332) is known color: Black Russian. HEX triplet: 07, 03 and 32. RGB value is (7,3,50). Sum of RGB (Red+Green+Blue) = 7+3+50=60 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.67% from 60); Green value is 3 (1.56% from 255 or 5% from 60); Blue value is 50 (19.92% from 255 or 83.33% from 60); Max value from RGB is 50 - color contains mainly: blue. Hex color #070332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070332 is #F8FCCD. Grayscale: #090909. Windows color (decimal): -16317646 or 3277575. OLE color: 3277575.

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

Color convert

RGB 7 3 50 -
CMYK 0.86 0.94 0 0.80
HSL 245.11º 0.89% 0.1% -
HSV(B) 245.11º 0.94% 0.2% -
XYZ 0.7 0.34 3.05 -
YUV 9.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 7 3 50 0.86 0.94 0 0.80 245.11 0.89 0.1
Hex 7 3 32 56 5E 0 50 F5 59 A
Octal 7 3 62 126 136 0 120 365 131 12
Binary 111 11 110010 1010110 1011110 0 1010000 11110101 1011001 1010

Color Harmonies of #070332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070332

Black with #070332

Text Example


Text Example

White with #070332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070332; }

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

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

background-color css

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

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

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

border-color css

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

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

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