Html Css Color HEX #080728 Black Russian

📋 copy color: '#080728'

red 8 ◦ green 7 ◦ blue 40

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

Shades of Black Russian #080728

Tints of Black Russian #080728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 72.73%

R = 14.55%
G = 12.73%
B = 72.73%

CMYK

 C value IS 0.80

 M value IS 0.83

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#080728 (or 0x080728) is known color: Black Russian. HEX triplet: 08, 07 and 28. RGB value is (8,7,40). Sum of RGB (Red+Green+Blue) = 8+7+40=55 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.55% from 55); Green value is 7 (3.12% from 255 or 12.73% from 55); Blue value is 40 (16.02% from 255 or 72.73% from 55); Max value from RGB is 40 - color contains mainly: blue. Hex color #080728 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080728 is #F7F8D7. Grayscale: #0A0A0A. Windows color (decimal): -16251096 or 2623240. OLE color: 2623240.

HSL color Cylindrical-coordinate representation of color #080728: hue angle of 241.82º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #080728 is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 8 7 40 -
CMYK 0.80 0.83 0 0.84
HSL 241.82º 0.7% 0.09% -
HSV(B) 241.82º 0.83% 0.16% -
XYZ 0.56 0.36 2.05 -
YUV 11.06 144.33 125.82 -
System Red Green Blue C M Y K H S L
Decimal 8 7 40 0.80 0.83 0 0.84 241.82 0.7 0.09
Hex 8 7 28 50 53 0 54 F2 46 9
Octal 10 7 50 120 123 0 124 362 106 11
Binary 1000 111 101000 1010000 1010011 0 1010100 11110010 1000110 1001

Color Harmonies of #080728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080728

Black with #080728

Text Example


Text Example

White with #080728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080728; }

 p { color: rgb(8,7,40); }

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

background-color css

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

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

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

border-color css

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

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

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