Html Css Color HEX #080726 Black Russian

📋 copy color: '#080726'

red 8 ◦ green 7 ◦ blue 38

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

Shades of Black Russian #080726

Tints of Black Russian #080726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 71.7%

R = 15.09%
G = 13.21%
B = 71.7%

CMYK

 C value IS 0.79

 M value IS 0.82

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#080726 (or 0x080726) is known color: Black Russian. HEX triplet: 08, 07 and 26. RGB value is (8,7,38). Sum of RGB (Red+Green+Blue) = 8+7+38=53 (7% of max value = 765). Red value is 8 (3.52% from 255 or 15.09% from 53); Green value is 7 (3.12% from 255 or 13.21% from 53); Blue value is 38 (15.23% from 255 or 71.70% from 53); Max value from RGB is 38 - color contains mainly: blue. Hex color #080726 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080726 is #F7F8D9. Grayscale: #0A0A0A. Windows color (decimal): -16251098 or 2492168. OLE color: 2492168.

HSL color Cylindrical-coordinate representation of color #080726: hue angle of 241.94º degrees, saturation: 0.69, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #080726 is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 8 7 38 -
CMYK 0.79 0.82 0 0.85
HSL 241.94º 0.69% 0.09% -
HSV(B) 241.94º 0.82% 0.15% -
XYZ 0.53 0.34 1.87 -
YUV 10.83 143.33 125.98 -
System Red Green Blue C M Y K H S L
Decimal 8 7 38 0.79 0.82 0 0.85 241.94 0.69 0.09
Hex 8 7 26 4F 52 0 55 F2 45 9
Octal 10 7 46 117 122 0 125 362 105 11
Binary 1000 111 100110 1001111 1010010 0 1010101 11110010 1000101 1001

Color Harmonies of #080726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080726

Black with #080726

Text Example


Text Example

White with #080726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080726; }

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

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

background-color css

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

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

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

border-color css

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

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

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