Html Css Color HEX #051127 Black Russian

📋 copy color: '#051127'

red 5 ◦ green 17 ◦ blue 39

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

Shades of Black Russian #051127

Tints of Black Russian #051127

RGB

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

 GREEN value IS 17 (7.03% from 255) = 27.87%

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

R = 8.2%
G = 27.87%
B = 63.93%

CMYK

 C value IS 0.87

 M value IS 0.56

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#051127 (or 0x051127) is known color: Black Russian. HEX triplet: 05, 11 and 27. RGB value is (5,17,39). Sum of RGB (Red+Green+Blue) = 5+17+39=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 17 (7.03% from 255 or 27.87% from 61); Blue value is 39 (15.62% from 255 or 63.93% from 61); Max value from RGB is 39 - color contains mainly: blue. Hex color #051127 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051127 is #FAEED8. Grayscale: #0F0F0F. Windows color (decimal): -16445145 or 2560261. OLE color: 2560261.

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

Color convert

RGB 5 17 39 -
CMYK 0.87 0.56 0 0.85
HSL 218.82º 0.77% 0.09% -
HSV(B) 218.82º 0.87% 0.15% -
XYZ 0.63 0.58 2 -
YUV 15.92 141.02 120.21 -
System Red Green Blue C M Y K H S L
Decimal 5 17 39 0.87 0.56 0 0.85 218.82 0.77 0.09
Hex 5 11 27 57 38 0 55 DB 4D 9
Octal 5 21 47 127 70 0 125 333 115 11
Binary 101 10001 100111 1010111 111000 0 1010101 11011011 1001101 1001

Color Harmonies of #051127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051127

Black with #051127

Text Example


Text Example

White with #051127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051127; }

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

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

background-color css

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

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

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

border-color css

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

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

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