Html Css Color HEX #050C27 Black Russian

📋 copy color: '#050C27'

red 5 ◦ green 12 ◦ blue 39

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

Shades of Black Russian #050C27

Tints of Black Russian #050C27

RGB

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

 GREEN value IS 12 (5.08% from 255) = 21.43%

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

R = 8.93%
G = 21.43%
B = 69.64%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#050C27 (or 0x050C27) is known color: Black Russian. HEX triplet: 05, 0C and 27. RGB value is (5,12,39). Sum of RGB (Red+Green+Blue) = 5+12+39=56 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.93% from 56); Green value is 12 (5.08% from 255 or 21.43% from 56); Blue value is 39 (15.62% from 255 or 69.64% from 56); Max value from RGB is 39 - color contains mainly: blue. Hex color #050C27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C27 is #FAF3D8. Grayscale: #0C0C0C. Windows color (decimal): -16446425 or 2558981. OLE color: 2558981.

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

Color convert

RGB 5 12 39 -
CMYK 0.87 0.69 0 0.85
HSL 227.65º 0.77% 0.09% -
HSV(B) 227.65º 0.87% 0.15% -
XYZ 0.56 0.44 1.98 -
YUV 12.99 142.68 122.3 -
System Red Green Blue C M Y K H S L
Decimal 5 12 39 0.87 0.69 0 0.85 227.65 0.77 0.09
Hex 5 C 27 57 45 0 55 E4 4D 9
Octal 5 14 47 127 105 0 125 344 115 11
Binary 101 1100 100111 1010111 1000101 0 1010101 11100100 1001101 1001

Color Harmonies of #050C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C27

Black with #050C27

Text Example


Text Example

White with #050C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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