Html Css Color HEX #050424 Black Russian

📋 copy color: '#050424'

red 5 ◦ green 4 ◦ blue 36

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

Shades of Black Russian #050424

Tints of Black Russian #050424

RGB

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

 GREEN value IS 4 (1.95% from 255) = 8.89%

 BLUE value IS 36 (14.45% from 255) = 80%

R = 11.11%
G = 8.89%
B = 80%

CMYK

 C value IS 0.86

 M value IS 0.89

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#050424 (or 0x050424) is known color: Black Russian. HEX triplet: 05, 04 and 24. RGB value is (5,4,36). Sum of RGB (Red+Green+Blue) = 5+4+36=45 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.11% from 45); Green value is 4 (1.95% from 255 or 8.89% from 45); Blue value is 36 (14.45% from 255 or 80% from 45); Max value from RGB is 36 - color contains mainly: blue. Hex color #050424 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050424 is #FAFBDB. Grayscale: #070707. Windows color (decimal): -16448476 or 2360325. OLE color: 2360325.

HSL color Cylindrical-coordinate representation of color #050424: hue angle of 241.88º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #050424 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 5 4 36 -
CMYK 0.86 0.89 0 0.86
HSL 241.88º 0.8% 0.08% -
HSV(B) 241.88º 0.89% 0.14% -
XYZ 0.42 0.25 1.69 -
YUV 7.95 143.83 125.9 -
System Red Green Blue C M Y K H S L
Decimal 5 4 36 0.86 0.89 0 0.86 241.88 0.8 0.08
Hex 5 4 24 56 59 0 56 F2 50 8
Octal 5 4 44 126 131 0 126 362 120 10
Binary 101 100 100100 1010110 1011001 0 1010110 11110010 1010000 1000

Color Harmonies of #050424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050424

Black with #050424

Text Example


Text Example

White with #050424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050424; }

 p { color: rgb(5,4,36); }

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

background-color css

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

 a { background-color: rgb(5,4,36); }

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

border-color css

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

 span { border-color: rgb(5,4,36); }

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