Html Css Color HEX #050E2C Black Russian

📋 copy color: '#050E2C'

red 5 ◦ green 14 ◦ blue 44

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

Shades of Black Russian #050E2C

Tints of Black Russian #050E2C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 22.22%

 BLUE value IS 44 (17.58% from 255) = 69.84%

R = 7.94%
G = 22.22%
B = 69.84%

CMYK

 C value IS 0.89

 M value IS 0.68

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#050E2C (or 0x050E2C) is known color: Black Russian. HEX triplet: 05, 0E and 2C. RGB value is (5,14,44). Sum of RGB (Red+Green+Blue) = 5+14+44=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 14 (5.86% from 255 or 22.22% from 63); Blue value is 44 (17.58% from 255 or 69.84% from 63); Max value from RGB is 44 - color contains mainly: blue. Hex color #050E2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050E2C is #FAF1D3. Grayscale: #0E0E0E. Windows color (decimal): -16445908 or 2887173. OLE color: 2887173.

HSL color Cylindrical-coordinate representation of color #050E2C: hue angle of 226.15º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #050E2C is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 5 14 44 -
CMYK 0.89 0.68 0 0.83
HSL 226.15º 0.8% 0.1% -
HSV(B) 226.15º 0.89% 0.17% -
XYZ 0.67 0.53 2.45 -
YUV 14.73 144.52 121.06 -
System Red Green Blue C M Y K H S L
Decimal 5 14 44 0.89 0.68 0 0.83 226.15 0.8 0.1
Hex 5 E 2C 59 44 0 53 E2 50 A
Octal 5 16 54 131 104 0 123 342 120 12
Binary 101 1110 101100 1011001 1000100 0 1010011 11100010 1010000 1010

Color Harmonies of #050E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050E2C

Black with #050E2C

Text Example


Text Example

White with #050E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,14,44); }

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

background-color css

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

 a { background-color: rgb(5,14,44); }

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

border-color css

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

 span { border-color: rgb(5,14,44); }

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