Html Css Color HEX #080730 Black Russian

📋 copy color: '#080730'

red 8 ◦ green 7 ◦ blue 48

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

Shades of Black Russian #080730

Tints of Black Russian #080730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 76.19%

R = 12.7%
G = 11.11%
B = 76.19%

CMYK

 C value IS 0.83

 M value IS 0.85

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#080730 (or 0x080730) is known color: Black Russian. HEX triplet: 08, 07 and 30. RGB value is (8,7,48). Sum of RGB (Red+Green+Blue) = 8+7+48=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 7 (3.12% from 255 or 11.11% from 63); Blue value is 48 (19.14% from 255 or 76.19% from 63); Max value from RGB is 48 - color contains mainly: blue. Hex color #080730 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080730 is #F7F8CF. Grayscale: #0B0B0B. Windows color (decimal): -16251088 or 3147528. OLE color: 3147528.

HSL color Cylindrical-coordinate representation of color #080730: hue angle of 241.46º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #080730 is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 8 7 48 -
CMYK 0.83 0.85 0 0.81
HSL 241.46º 0.75% 0.11% -
HSV(B) 241.46º 0.85% 0.19% -
XYZ 0.71 0.42 2.84 -
YUV 11.97 148.33 125.17 -
System Red Green Blue C M Y K H S L
Decimal 8 7 48 0.83 0.85 0 0.81 241.46 0.75 0.11
Hex 8 7 30 53 55 0 51 F1 4B B
Octal 10 7 60 123 125 0 121 361 113 13
Binary 1000 111 110000 1010011 1010101 0 1010001 11110001 1001011 1011

Color Harmonies of #080730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080730

Black with #080730

Text Example


Text Example

White with #080730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080730; }

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

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

background-color css

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

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

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

border-color css

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

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

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