Html Css Color HEX #050124 Black Russian

📋 copy color: '#050124'

red 5 ◦ green 1 ◦ blue 36

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

Shades of Black Russian #050124

Tints of Black Russian #050124

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.38%

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

R = 11.9%
G = 2.38%
B = 85.71%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#050124 (or 0x050124) is known color: Black Russian. HEX triplet: 05, 01 and 24. RGB value is (5,1,36). Sum of RGB (Red+Green+Blue) = 5+1+36=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 1 (0.78% from 255 or 2.38% from 42); Blue value is 36 (14.45% from 255 or 85.71% from 42); Max value from RGB is 36 - color contains mainly: blue. Hex color #050124 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050124 is #FAFEDB. Grayscale: #060606. Windows color (decimal): -16449244 or 2359557. OLE color: 2359557.

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

Color convert

RGB 5 1 36 -
CMYK 0.86 0.97 0 0.86
HSL 246.86º 0.95% 0.07% -
HSV(B) 246.86º 0.97% 0.14% -
XYZ 0.39 0.18 1.68 -
YUV 6.19 144.83 127.15 -
System Red Green Blue C M Y K H S L
Decimal 5 1 36 0.86 0.97 0 0.86 246.86 0.95 0.07
Hex 5 1 24 56 61 0 56 F7 5F 7
Octal 5 1 44 126 141 0 126 367 137 7
Binary 101 1 100100 1010110 1100001 0 1010110 11110111 1011111 111

Color Harmonies of #050124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050124

Black with #050124

Text Example


Text Example

White with #050124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050124; }

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

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

background-color css

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

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

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

border-color css

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

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

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