Html Css Color HEX #050321 Black Russian

📋 copy color: '#050321'

red 5 ◦ green 3 ◦ blue 33

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

Shades of Black Russian #050321

Tints of Black Russian #050321

RGB

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

 GREEN value IS 3 (1.56% from 255) = 7.32%

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

R = 12.2%
G = 7.32%
B = 80.49%

CMYK

 C value IS 0.85

 M value IS 0.91

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#050321 (or 0x050321) is known color: Black Russian. HEX triplet: 05, 03 and 21. RGB value is (5,3,33). Sum of RGB (Red+Green+Blue) = 5+3+33=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 3 (1.56% from 255 or 7.32% from 41); Blue value is 33 (13.28% from 255 or 80.49% from 41); Max value from RGB is 33 - color contains mainly: blue. Hex color #050321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050321 is #FAFCDE. Grayscale: #060606. Windows color (decimal): -16448735 or 2163461. OLE color: 2163461.

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

Color convert

RGB 5 3 33 -
CMYK 0.85 0.91 0 0.87
HSL 244º 0.83% 0.07% -
HSV(B) 244º 0.91% 0.13% -
XYZ 0.37 0.21 1.46 -
YUV 7.02 142.66 126.56 -
System Red Green Blue C M Y K H S L
Decimal 5 3 33 0.85 0.91 0 0.87 244 0.83 0.07
Hex 5 3 21 55 5B 0 57 F4 53 7
Octal 5 3 41 125 133 0 127 364 123 7
Binary 101 11 100001 1010101 1011011 0 1010111 11110100 1010011 111

Color Harmonies of #050321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050321

Black with #050321

Text Example


Text Example

White with #050321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050321; }

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

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

background-color css

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

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

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

border-color css

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

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

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