Html Css Color HEX #050B21 Black Russian

📋 copy color: '#050B21'

red 5 ◦ green 11 ◦ blue 33

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

Shades of Black Russian #050B21

Tints of Black Russian #050B21

RGB

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

 GREEN value IS 11 (4.69% from 255) = 22.45%

 BLUE value IS 33 (13.28% from 255) = 67.35%

R = 10.2%
G = 22.45%
B = 67.35%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#050B21 (or 0x050B21) is known color: Black Russian. HEX triplet: 05, 0B and 21. RGB value is (5,11,33). Sum of RGB (Red+Green+Blue) = 5+11+33=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 11 (4.69% from 255 or 22.45% from 49); Blue value is 33 (13.28% from 255 or 67.35% from 49); Max value from RGB is 33 - color contains mainly: blue. Hex color #050B21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050B21 is #FAF4DE. Grayscale: #0B0B0B. Windows color (decimal): -16446687 or 2165509. OLE color: 2165509.

HSL color Cylindrical-coordinate representation of color #050B21: hue angle of 227.14º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #050B21 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 5 11 33 -
CMYK 0.85 0.67 0 0.87
HSL 227.14º 0.74% 0.07% -
HSV(B) 227.14º 0.85% 0.13% -
XYZ 0.46 0.38 1.49 -
YUV 11.71 140.01 123.21 -
System Red Green Blue C M Y K H S L
Decimal 5 11 33 0.85 0.67 0 0.87 227.14 0.74 0.07
Hex 5 B 21 55 43 0 57 E3 4A 7
Octal 5 13 41 125 103 0 127 343 112 7
Binary 101 1011 100001 1010101 1000011 0 1010111 11100011 1001010 111

Color Harmonies of #050B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050B21

Black with #050B21

Text Example


Text Example

White with #050B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,11,33); }

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

background-color css

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

 a { background-color: rgb(5,11,33); }

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

border-color css

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

 span { border-color: rgb(5,11,33); }

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