Html Css Color HEX #050826 Black Russian

📋 copy color: '#050826'

red 5 ◦ green 8 ◦ blue 38

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

Shades of Black Russian #050826

Tints of Black Russian #050826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 74.51%

R = 9.8%
G = 15.69%
B = 74.51%

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

#050826 (or 0x050826) is known color: Black Russian. HEX triplet: 05, 08 and 26. RGB value is (5,8,38). Sum of RGB (Red+Green+Blue) = 5+8+38=51 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.80% from 51); Green value is 8 (3.52% from 255 or 15.69% from 51); Blue value is 38 (15.23% from 255 or 74.51% from 51); Max value from RGB is 38 - color contains mainly: blue. Hex color #050826 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050826 is #FAF7D9. Grayscale: #0A0A0A. Windows color (decimal): -16447450 or 2492421. OLE color: 2492421.

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

Color convert

RGB 5 8 38 -
CMYK 0.87 0.79 0 0.85
HSL 234.55º 0.77% 0.08% -
HSV(B) 234.55º 0.87% 0.15% -
XYZ 0.5 0.35 1.87 -
YUV 10.52 143.51 124.06 -
System Red Green Blue C M Y K H S L
Decimal 5 8 38 0.87 0.79 0 0.85 234.55 0.77 0.08
Hex 5 8 26 57 4F 0 55 EB 4D 8
Octal 5 10 46 127 117 0 125 353 115 10
Binary 101 1000 100110 1010111 1001111 0 1010101 11101011 1001101 1000

Color Harmonies of #050826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050826

Black with #050826

Text Example


Text Example

White with #050826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050826; }

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

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

background-color css

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

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

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

border-color css

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

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

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