Html Css Color HEX #050827 Black Russian

📋 copy color: '#050827'

red 5 ◦ green 8 ◦ blue 39

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

Shades of Black Russian #050827

Tints of Black Russian #050827

RGB

 RED value IS 5 (2.34% from 255) = 9.62%

 GREEN value IS 8 (3.52% from 255) = 15.38%

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

R = 9.62%
G = 15.38%
B = 75%

CMYK

 C value IS 0.87

 M value IS 0.79

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#050827 (or 0x050827) is known color: Black Russian. HEX triplet: 05, 08 and 27. RGB value is (5,8,39). Sum of RGB (Red+Green+Blue) = 5+8+39=52 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.62% from 52); Green value is 8 (3.52% from 255 or 15.38% from 52); Blue value is 39 (15.62% from 255 or 75% from 52); Max value from RGB is 39 - color contains mainly: blue. Hex color #050827 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050827 is #FAF7D8. Grayscale: #0A0A0A. Windows color (decimal): -16447449 or 2557957. OLE color: 2557957.

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

Color convert

RGB 5 8 39 -
CMYK 0.87 0.79 0 0.85
HSL 234.71º 0.77% 0.09% -
HSV(B) 234.71º 0.87% 0.15% -
XYZ 0.52 0.35 1.96 -
YUV 10.64 144.01 123.98 -
System Red Green Blue C M Y K H S L
Decimal 5 8 39 0.87 0.79 0 0.85 234.71 0.77 0.09
Hex 5 8 27 57 4F 0 55 EB 4D 9
Octal 5 10 47 127 117 0 125 353 115 11
Binary 101 1000 100111 1010111 1001111 0 1010101 11101011 1001101 1001

Color Harmonies of #050827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050827

Black with #050827

Text Example


Text Example

White with #050827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050827; }

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

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

background-color css

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

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

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

border-color css

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

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

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