Html Css Color HEX #050625 Black Russian

📋 copy color: '#050625'

red 5 ◦ green 6 ◦ blue 37

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

Shades of Black Russian #050625

Tints of Black Russian #050625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 77.08%

R = 10.42%
G = 12.5%
B = 77.08%

CMYK

 C value IS 0.86

 M value IS 0.84

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#050625 (or 0x050625) is known color: Black Russian. HEX triplet: 05, 06 and 25. RGB value is (5,6,37). Sum of RGB (Red+Green+Blue) = 5+6+37=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 6 (2.73% from 255 or 12.5% from 48); Blue value is 37 (14.84% from 255 or 77.08% from 48); Max value from RGB is 37 - color contains mainly: blue. Hex color #050625 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050625 is #FAF9DA. Grayscale: #090909. Windows color (decimal): -16447963 or 2426373. OLE color: 2426373.

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

Color convert

RGB 5 6 37 -
CMYK 0.86 0.84 0 0.85
HSL 238.13º 0.76% 0.08% -
HSV(B) 238.13º 0.86% 0.15% -
XYZ 0.46 0.3 1.78 -
YUV 9.24 143.67 124.98 -
System Red Green Blue C M Y K H S L
Decimal 5 6 37 0.86 0.84 0 0.85 238.13 0.76 0.08
Hex 5 6 25 56 54 0 55 EE 4C 8
Octal 5 6 45 126 124 0 125 356 114 10
Binary 101 110 100101 1010110 1010100 0 1010101 11101110 1001100 1000

Color Harmonies of #050625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050625

Black with #050625

Text Example


Text Example

White with #050625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050625; }

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

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

background-color css

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

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

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

border-color css

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

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

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