Html Css Color HEX #050D27 Black Russian

📋 copy color: '#050D27'

red 5 ◦ green 13 ◦ blue 39

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

Shades of Black Russian #050D27

Tints of Black Russian #050D27

RGB

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

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

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

R = 8.77%
G = 22.81%
B = 68.42%

CMYK

 C value IS 0.87

 M value IS 0.67

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#050D27 (or 0x050D27) is known color: Black Russian. HEX triplet: 05, 0D and 27. RGB value is (5,13,39). Sum of RGB (Red+Green+Blue) = 5+13+39=57 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.77% from 57); Green value is 13 (5.47% from 255 or 22.81% from 57); Blue value is 39 (15.62% from 255 or 68.42% from 57); Max value from RGB is 39 - color contains mainly: blue. Hex color #050D27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D27 is #FAF2D8. Grayscale: #0D0D0D. Windows color (decimal): -16446169 or 2559237. OLE color: 2559237.

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

Color convert

RGB 5 13 39 -
CMYK 0.87 0.67 0 0.85
HSL 225.88º 0.77% 0.09% -
HSV(B) 225.88º 0.87% 0.15% -
XYZ 0.57 0.47 1.98 -
YUV 13.57 142.35 121.89 -
System Red Green Blue C M Y K H S L
Decimal 5 13 39 0.87 0.67 0 0.85 225.88 0.77 0.09
Hex 5 D 27 57 43 0 55 E2 4D 9
Octal 5 15 47 127 103 0 125 342 115 11
Binary 101 1101 100111 1010111 1000011 0 1010101 11100010 1001101 1001

Color Harmonies of #050D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050D27

Black with #050D27

Text Example


Text Example

White with #050D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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