Html Css Color HEX #050A2E Black Russian

📋 copy color: '#050A2E'

red 5 ◦ green 10 ◦ blue 46

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

Shades of Black Russian #050A2E

Tints of Black Russian #050A2E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 16.39%

 BLUE value IS 46 (18.36% from 255) = 75.41%

R = 8.2%
G = 16.39%
B = 75.41%

CMYK

 C value IS 0.89

 M value IS 0.78

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#050A2E (or 0x050A2E) is known color: Black Russian. HEX triplet: 05, 0A and 2E. RGB value is (5,10,46). Sum of RGB (Red+Green+Blue) = 5+10+46=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 10 (4.30% from 255 or 16.39% from 61); Blue value is 46 (18.36% from 255 or 75.41% from 61); Max value from RGB is 46 - color contains mainly: blue. Hex color #050A2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050A2E is #FAF5D1. Grayscale: #0C0C0C. Windows color (decimal): -16446930 or 3017221. OLE color: 3017221.

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

Color convert

RGB 5 10 46 -
CMYK 0.89 0.78 0 0.82
HSL 232.68º 0.8% 0.1% -
HSV(B) 232.68º 0.89% 0.18% -
XYZ 0.66 0.45 2.64 -
YUV 12.61 146.84 122.57 -
System Red Green Blue C M Y K H S L
Decimal 5 10 46 0.89 0.78 0 0.82 232.68 0.8 0.1
Hex 5 A 2E 59 4E 0 52 E9 50 A
Octal 5 12 56 131 116 0 122 351 120 12
Binary 101 1010 101110 1011001 1001110 0 1010010 11101001 1010000 1010

Color Harmonies of #050A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050A2E

Black with #050A2E

Text Example


Text Example

White with #050A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,10,46); }

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

background-color css

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

 a { background-color: rgb(5,10,46); }

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

border-color css

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

 span { border-color: rgb(5,10,46); }

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