Html Css Color HEX #050F27 Black Russian

📋 copy color: '#050F27'

red 5 ◦ green 15 ◦ blue 39

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

Shades of Black Russian #050F27

Tints of Black Russian #050F27

RGB

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

 GREEN value IS 15 (6.25% from 255) = 25.42%

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

R = 8.47%
G = 25.42%
B = 66.1%

CMYK

 C value IS 0.87

 M value IS 0.62

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#050F27 (or 0x050F27) is known color: Black Russian. HEX triplet: 05, 0F and 27. RGB value is (5,15,39). Sum of RGB (Red+Green+Blue) = 5+15+39=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 15 (6.25% from 255 or 25.42% from 59); Blue value is 39 (15.62% from 255 or 66.10% from 59); Max value from RGB is 39 - color contains mainly: blue. Hex color #050F27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050F27 is #FAF0D8. Grayscale: #0E0E0E. Windows color (decimal): -16445657 or 2559749. OLE color: 2559749.

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

Color convert

RGB 5 15 39 -
CMYK 0.87 0.62 0 0.85
HSL 222.35º 0.77% 0.09% -
HSV(B) 222.35º 0.87% 0.15% -
XYZ 0.6 0.52 1.99 -
YUV 14.75 141.69 121.05 -
System Red Green Blue C M Y K H S L
Decimal 5 15 39 0.87 0.62 0 0.85 222.35 0.77 0.09
Hex 5 F 27 57 3E 0 55 DE 4D 9
Octal 5 17 47 127 76 0 125 336 115 11
Binary 101 1111 100111 1010111 111110 0 1010101 11011110 1001101 1001

Color Harmonies of #050F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050F27

Black with #050F27

Text Example


Text Example

White with #050F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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