Html Css Color HEX #050D1B Black Russian

📋 copy color: '#050D1B'

red 5 ◦ green 13 ◦ blue 27

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

Shades of Black Russian #050D1B

Tints of Black Russian #050D1B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 28.89%

 BLUE value IS 27 (10.94% from 255) = 60%

R = 11.11%
G = 28.89%
B = 60%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#050D1B (or 0x050D1B) is known color: Black Russian. HEX triplet: 05, 0D and 1B. RGB value is (5,13,27). Sum of RGB (Red+Green+Blue) = 5+13+27=45 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.11% from 45); Green value is 13 (5.47% from 255 or 28.89% from 45); Blue value is 27 (10.94% from 255 or 60% from 45); Max value from RGB is 27 - color contains mainly: blue. Hex color #050D1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D1B is #FAF2E4. Grayscale: #0C0C0C. Windows color (decimal): -16446181 or 1772805. OLE color: 1772805.

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

Color convert

RGB 5 13 27 -
CMYK 0.81 0.52 0 0.89
HSL 218.18º 0.69% 0.06% -
HSV(B) 218.18º 0.81% 0.11% -
XYZ 0.4 0.4 1.09 -
YUV 12.2 136.35 122.86 -
System Red Green Blue C M Y K H S L
Decimal 5 13 27 0.81 0.52 0 0.89 218.18 0.69 0.06
Hex 5 D 1B 51 34 0 59 DA 45 6
Octal 5 15 33 121 64 0 131 332 105 6
Binary 101 1101 11011 1010001 110100 0 1011001 11011010 1000101 110

Color Harmonies of #050D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050D1B

Black with #050D1B

Text Example


Text Example

White with #050D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,13,27); }

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

background-color css

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

 a { background-color: rgb(5,13,27); }

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

border-color css

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

 span { border-color: rgb(5,13,27); }

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