Html Css Color HEX #070632 Black Russian

📋 copy color: '#070632'

red 7 ◦ green 6 ◦ blue 50

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

Shades of Black Russian #070632

Tints of Black Russian #070632

RGB

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

 GREEN value IS 6 (2.73% from 255) = 9.52%

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

R = 11.11%
G = 9.52%
B = 79.37%

CMYK

 C value IS 0.86

 M value IS 0.88

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#070632 (or 0x070632) is known color: Black Russian. HEX triplet: 07, 06 and 32. RGB value is (7,6,50). Sum of RGB (Red+Green+Blue) = 7+6+50=63 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.11% from 63); Green value is 6 (2.73% from 255 or 9.52% from 63); Blue value is 50 (19.92% from 255 or 79.37% from 63); Max value from RGB is 50 - color contains mainly: blue. Hex color #070632 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070632 is #F8F9CD. Grayscale: #0B0B0B. Windows color (decimal): -16316878 or 3278343. OLE color: 3278343.

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

Color convert

RGB 7 6 50 -
CMYK 0.86 0.88 0 0.80
HSL 241.36º 0.79% 0.11% -
HSV(B) 241.36º 0.88% 0.2% -
XYZ 0.73 0.41 3.06 -
YUV 11.32 149.83 124.92 -
System Red Green Blue C M Y K H S L
Decimal 7 6 50 0.86 0.88 0 0.80 241.36 0.79 0.11
Hex 7 6 32 56 58 0 50 F1 4F B
Octal 7 6 62 126 130 0 120 361 117 13
Binary 111 110 110010 1010110 1011000 0 1010000 11110001 1001111 1011

Color Harmonies of #070632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070632

Black with #070632

Text Example


Text Example

White with #070632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070632; }

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

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

background-color css

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

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

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

border-color css

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

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

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