Html Css Color HEX #080227 Black Russian

📋 copy color: '#080227'

red 8 ◦ green 2 ◦ blue 39

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

Shades of Black Russian #080227

Tints of Black Russian #080227

RGB

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

 GREEN value IS 2 (1.17% from 255) = 4.08%

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

R = 16.33%
G = 4.08%
B = 79.59%

CMYK

 C value IS 0.79

 M value IS 0.95

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#080227 (or 0x080227) is known color: Black Russian. HEX triplet: 08, 02 and 27. RGB value is (8,2,39). Sum of RGB (Red+Green+Blue) = 8+2+39=49 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.33% from 49); Green value is 2 (1.17% from 255 or 4.08% from 49); Blue value is 39 (15.62% from 255 or 79.59% from 49); Max value from RGB is 39 - color contains mainly: blue. Hex color #080227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080227 is #F7FDD8. Grayscale: #070707. Windows color (decimal): -16252377 or 2556424. OLE color: 2556424.

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

Color convert

RGB 8 2 39 -
CMYK 0.79 0.95 0 0.85
HSL 249.73º 0.9% 0.08% -
HSV(B) 249.73º 0.95% 0.15% -
XYZ 0.49 0.24 1.94 -
YUV 8.01 145.49 127.99 -
System Red Green Blue C M Y K H S L
Decimal 8 2 39 0.79 0.95 0 0.85 249.73 0.9 0.08
Hex 8 2 27 4F 5F 0 55 FA 5A 8
Octal 10 2 47 117 137 0 125 372 132 10
Binary 1000 10 100111 1001111 1011111 0 1010101 11111010 1011010 1000

Color Harmonies of #080227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080227

Black with #080227

Text Example


Text Example

White with #080227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080227; }

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

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

background-color css

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

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

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

border-color css

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

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

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