Html Css Color HEX #080632 Black Russian

📋 copy color: '#080632'

red 8 ◦ green 6 ◦ blue 50

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

Shades of Black Russian #080632

Tints of Black Russian #080632

RGB

 RED value IS 8 (3.52% from 255) = 12.5%

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

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

R = 12.5%
G = 9.38%
B = 78.13%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#080632 (or 0x080632) is known color: Black Russian. HEX triplet: 08, 06 and 32. RGB value is (8,6,50). Sum of RGB (Red+Green+Blue) = 8+6+50=64 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.5% from 64); Green value is 6 (2.73% from 255 or 9.38% 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 #080632 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080632 is #F7F9CD. Grayscale: #0B0B0B. Windows color (decimal): -16251342 or 3278344. OLE color: 3278344.

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

Color convert

RGB 8 6 50 -
CMYK 0.84 0.88 0 0.80
HSL 242.73º 0.79% 0.11% -
HSV(B) 242.73º 0.88% 0.2% -
XYZ 0.74 0.41 3.06 -
YUV 11.61 149.66 125.42 -
System Red Green Blue C M Y K H S L
Decimal 8 6 50 0.84 0.88 0 0.80 242.73 0.79 0.11
Hex 8 6 32 54 58 0 50 F3 4F B
Octal 10 6 62 124 130 0 120 363 117 13
Binary 1000 110 110010 1010100 1011000 0 1010000 11110011 1001111 1011

Color Harmonies of #080632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080632

Black with #080632

Text Example


Text Example

White with #080632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080632; }

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

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

background-color css

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

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

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

border-color css

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

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

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