Html Css Color HEX #050A2A Black Russian

📋 copy color: '#050A2A'

red 5 ◦ green 10 ◦ blue 42

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

Shades of Black Russian #050A2A

Tints of Black Russian #050A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 73.68%

R = 8.77%
G = 17.54%
B = 73.68%

CMYK

 C value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#050A2A (or 0x050A2A) is known color: Black Russian. HEX triplet: 05, 0A and 2A. RGB value is (5,10,42). Sum of RGB (Red+Green+Blue) = 5+10+42=57 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.77% from 57); Green value is 10 (4.30% from 255 or 17.54% from 57); Blue value is 42 (16.80% from 255 or 73.68% from 57); Max value from RGB is 42 - color contains mainly: blue. Hex color #050A2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050A2A is #FAF5D5. Grayscale: #0C0C0C. Windows color (decimal): -16446934 or 2755077. OLE color: 2755077.

HSL color Cylindrical-coordinate representation of color #050A2A: hue angle of 231.89º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #050A2A is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 5 10 42 -
CMYK 0.88 0.76 0 0.84
HSL 231.89º 0.79% 0.09% -
HSV(B) 231.89º 0.88% 0.16% -
XYZ 0.59 0.42 2.24 -
YUV 12.15 144.84 122.9 -
System Red Green Blue C M Y K H S L
Decimal 5 10 42 0.88 0.76 0 0.84 231.89 0.79 0.09
Hex 5 A 2A 58 4C 0 54 E8 4F 9
Octal 5 12 52 130 114 0 124 350 117 11
Binary 101 1010 101010 1011000 1001100 0 1010100 11101000 1001111 1001

Color Harmonies of #050A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050A2A

Black with #050A2A

Text Example


Text Example

White with #050A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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