Html Css Color HEX #050D26 Black Russian

📋 copy color: '#050D26'

red 5 ◦ green 13 ◦ blue 38

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

Shades of Black Russian #050D26

Tints of Black Russian #050D26

RGB

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

 GREEN value IS 13 (5.47% from 255) = 23.21%

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

R = 8.93%
G = 23.21%
B = 67.86%

CMYK

 C value IS 0.87

 M value IS 0.66

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#050D26 (or 0x050D26) is known color: Black Russian. HEX triplet: 05, 0D and 26. RGB value is (5,13,38). Sum of RGB (Red+Green+Blue) = 5+13+38=56 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.93% from 56); Green value is 13 (5.47% from 255 or 23.21% from 56); Blue value is 38 (15.23% from 255 or 67.86% from 56); Max value from RGB is 38 - color contains mainly: blue. Hex color #050D26 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D26 is #FAF2D9. Grayscale: #0D0D0D. Windows color (decimal): -16446170 or 2493701. OLE color: 2493701.

HSL color Cylindrical-coordinate representation of color #050D26: hue angle of 225.45º 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 #050D26 is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 5 13 38 -
CMYK 0.87 0.66 0 0.85
HSL 225.45º 0.77% 0.08% -
HSV(B) 225.45º 0.87% 0.15% -
XYZ 0.56 0.46 1.89 -
YUV 13.46 141.85 121.97 -
System Red Green Blue C M Y K H S L
Decimal 5 13 38 0.87 0.66 0 0.85 225.45 0.77 0.08
Hex 5 D 26 57 42 0 55 E1 4D 8
Octal 5 15 46 127 102 0 125 341 115 10
Binary 101 1101 100110 1010111 1000010 0 1010101 11100001 1001101 1000

Color Harmonies of #050D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050D26

Black with #050D26

Text Example


Text Example

White with #050D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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