Html Css Color HEX #051027 Black Russian

📋 copy color: '#051027'

red 5 ◦ green 16 ◦ blue 39

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

Shades of Black Russian #051027

Tints of Black Russian #051027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 26.67%

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

R = 8.33%
G = 26.67%
B = 65%

CMYK

 C value IS 0.87

 M value IS 0.59

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#051027 (or 0x051027) is known color: Black Russian. HEX triplet: 05, 10 and 27. RGB value is (5,16,39). Sum of RGB (Red+Green+Blue) = 5+16+39=60 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.33% from 60); Green value is 16 (6.64% from 255 or 26.67% from 60); Blue value is 39 (15.62% from 255 or 65% from 60); Max value from RGB is 39 - color contains mainly: blue. Hex color #051027 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051027 is #FAEFD8. Grayscale: #0F0F0F. Windows color (decimal): -16445401 or 2560005. OLE color: 2560005.

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

Color convert

RGB 5 16 39 -
CMYK 0.87 0.59 0 0.85
HSL 220.59º 0.77% 0.09% -
HSV(B) 220.59º 0.87% 0.15% -
XYZ 0.61 0.55 1.99 -
YUV 15.33 141.36 120.63 -
System Red Green Blue C M Y K H S L
Decimal 5 16 39 0.87 0.59 0 0.85 220.59 0.77 0.09
Hex 5 10 27 57 3B 0 55 DD 4D 9
Octal 5 20 47 127 73 0 125 335 115 11
Binary 101 10000 100111 1010111 111011 0 1010101 11011101 1001101 1001

Color Harmonies of #051027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051027

Black with #051027

Text Example


Text Example

White with #051027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051027; }

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

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

background-color css

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

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

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

border-color css

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

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

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