Html Css Color HEX #050127 Black Russian

📋 copy color: '#050127'

red 5 ◦ green 1 ◦ blue 39

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

Shades of Black Russian #050127

Tints of Black Russian #050127

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.22%

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

R = 11.11%
G = 2.22%
B = 86.67%

CMYK

 C value IS 0.87

 M value IS 0.97

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#050127 (or 0x050127) is known color: Black Russian. HEX triplet: 05, 01 and 27. RGB value is (5,1,39). Sum of RGB (Red+Green+Blue) = 5+1+39=45 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.11% from 45); Green value is 1 (0.78% from 255 or 2.22% from 45); Blue value is 39 (15.62% from 255 or 86.67% from 45); Max value from RGB is 39 - color contains mainly: blue. Hex color #050127 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050127 is #FAFED8. Grayscale: #060606. Windows color (decimal): -16449241 or 2556165. OLE color: 2556165.

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

Color convert

RGB 5 1 39 -
CMYK 0.87 0.97 0 0.85
HSL 246.32º 0.95% 0.08% -
HSV(B) 246.32º 0.97% 0.15% -
XYZ 0.44 0.2 1.93 -
YUV 6.53 146.33 126.91 -
System Red Green Blue C M Y K H S L
Decimal 5 1 39 0.87 0.97 0 0.85 246.32 0.95 0.08
Hex 5 1 27 57 61 0 55 F6 5F 8
Octal 5 1 47 127 141 0 125 366 137 10
Binary 101 1 100111 1010111 1100001 0 1010101 11110110 1011111 1000

Color Harmonies of #050127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050127

Black with #050127

Text Example


Text Example

White with #050127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050127; }

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

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

background-color css

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

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

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

border-color css

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

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

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