Html Css Color HEX #080027 Black Russian

📋 copy color: '#080027'

red 8 ◦ green 0 ◦ blue 39

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

Shades of Black Russian #080027

Tints of Black Russian #080027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 82.98%

R = 17.02%
G = 0%
B = 82.98%

CMYK

 C value IS 0.79

 M value IS 1

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#080027 (or 0x080027) is known color: Black Russian. HEX triplet: 08, 00 and 27. RGB value is (8,0,39). Sum of RGB (Red+Green+Blue) = 8+0+39=47 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.02% from 47); Green value is 0 (0.39% from 255 or 0% from 47); Blue value is 39 (15.62% from 255 or 82.98% from 47); Max value from RGB is 39 - color contains mainly: blue. Hex color #080027 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080027 is #F7FFD8. Grayscale: #060606. Windows color (decimal): -16252889 or 2555912. OLE color: 2555912.

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

Color convert

RGB 8 0 39 -
CMYK 0.79 1 0 0.85
HSL 252.31º 1% 0.08% -
HSV(B) 252.31º 1% 0.15% -
XYZ 0.47 0.2 1.93 -
YUV 6.84 146.15 128.83 -
System Red Green Blue C M Y K H S L
Decimal 8 0 39 0.79 1 0 0.85 252.31 1 0.08
Hex 8 0 27 4F 64 0 55 FC 64 8
Octal 10 0 47 117 144 0 125 374 144 10
Binary 1000 0 100111 1001111 1100100 0 1010101 11111100 1100100 1000

Color Harmonies of #080027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080027

Black with #080027

Text Example


Text Example

White with #080027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080027; }

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

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

background-color css

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

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

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

border-color css

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

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

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