Html Css Color HEX #050A1C Black Russian

📋 copy color: '#050A1C'

red 5 ◦ green 10 ◦ blue 28

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

Shades of Black Russian #050A1C

Tints of Black Russian #050A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 65.12%

R = 11.63%
G = 23.26%
B = 65.12%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#050A1C (or 0x050A1C) is known color: Black Russian. HEX triplet: 05, 0A and 1C. RGB value is (5,10,28). Sum of RGB (Red+Green+Blue) = 5+10+28=43 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.63% from 43); Green value is 10 (4.30% from 255 or 23.26% from 43); Blue value is 28 (11.33% from 255 or 65.12% from 43); Max value from RGB is 28 - color contains mainly: blue. Hex color #050A1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050A1C is #FAF5E3. Grayscale: #0A0A0A. Windows color (decimal): -16446948 or 1837573. OLE color: 1837573.

HSL color Cylindrical-coordinate representation of color #050A1C: hue angle of 226.96º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #050A1C is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 5 10 28 -
CMYK 0.82 0.64 0 0.89
HSL 226.96º 0.7% 0.06% -
HSV(B) 226.96º 0.82% 0.11% -
XYZ 0.38 0.33 1.14 -
YUV 10.56 137.84 124.04 -
System Red Green Blue C M Y K H S L
Decimal 5 10 28 0.82 0.64 0 0.89 226.96 0.7 0.06
Hex 5 A 1C 52 40 0 59 E3 46 6
Octal 5 12 34 122 100 0 131 343 106 6
Binary 101 1010 11100 1010010 1000000 0 1011001 11100011 1000110 110

Color Harmonies of #050A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050A1C

Black with #050A1C

Text Example


Text Example

White with #050A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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