Html Css Color HEX #080035 Black Russian

📋 copy color: '#080035'

red 8 ◦ green 0 ◦ blue 53

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

Shades of Black Russian #080035

Tints of Black Russian #080035

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 53 (21.09% from 255) = 86.89%

R = 13.11%
G = 0%
B = 86.89%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#080035 (or 0x080035) is known color: Black Russian. HEX triplet: 08, 00 and 35. RGB value is (8,0,53). Sum of RGB (Red+Green+Blue) = 8+0+53=61 (8% of max value = 765). Red value is 8 (3.52% from 255 or 13.11% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 53 (21.09% from 255 or 86.89% from 61); Max value from RGB is 53 - color contains mainly: blue. Hex color #080035 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080035 is #F7FFCA. Grayscale: #080808. Windows color (decimal): -16252875 or 3473416. OLE color: 3473416.

HSL color Cylindrical-coordinate representation of color #080035: hue angle of 249.06º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080035 is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 8 0 53 -
CMYK 0.85 1 0 0.79
HSL 249.06º 1% 0.1% -
HSV(B) 249.06º 1% 0.21% -
XYZ 0.74 0.31 3.39 -
YUV 8.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 8 0 53 0.85 1 0 0.79 249.06 1 0.1
Hex 8 0 35 55 64 0 4F F9 64 A
Octal 10 0 65 125 144 0 117 371 144 12
Binary 1000 0 110101 1010101 1100100 0 1001111 11111001 1100100 1010

Color Harmonies of #080035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080035

Black with #080035

Text Example


Text Example

White with #080035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080035; }

 p { color: rgb(8,0,53); }

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

background-color css

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

 a { background-color: rgb(8,0,53); }

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

border-color css

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

 span { border-color: rgb(8,0,53); }

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