Html Css Color HEX #050624 Black Russian

📋 copy color: '#050624'

red 5 ◦ green 6 ◦ blue 36

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

Shades of Black Russian #050624

Tints of Black Russian #050624

RGB

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

 GREEN value IS 6 (2.73% from 255) = 12.77%

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

R = 10.64%
G = 12.77%
B = 76.6%

CMYK

 C value IS 0.86

 M value IS 0.83

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#050624 (or 0x050624) is known color: Black Russian. HEX triplet: 05, 06 and 24. RGB value is (5,6,36). Sum of RGB (Red+Green+Blue) = 5+6+36=47 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.64% from 47); Green value is 6 (2.73% from 255 or 12.77% from 47); Blue value is 36 (14.45% from 255 or 76.60% from 47); Max value from RGB is 36 - color contains mainly: blue. Hex color #050624 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050624 is #FAF9DB. Grayscale: #090909. Windows color (decimal): -16447964 or 2360837. OLE color: 2360837.

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

Color convert

RGB 5 6 36 -
CMYK 0.86 0.83 0 0.86
HSL 238.06º 0.76% 0.08% -
HSV(B) 238.06º 0.86% 0.14% -
XYZ 0.45 0.29 1.7 -
YUV 9.12 143.17 125.06 -
System Red Green Blue C M Y K H S L
Decimal 5 6 36 0.86 0.83 0 0.86 238.06 0.76 0.08
Hex 5 6 24 56 53 0 56 EE 4C 8
Octal 5 6 44 126 123 0 126 356 114 10
Binary 101 110 100100 1010110 1010011 0 1010110 11101110 1001100 1000

Color Harmonies of #050624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050624

Black with #050624

Text Example


Text Example

White with #050624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050624; }

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

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

background-color css

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

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

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

border-color css

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

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

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