Html Css Color HEX #050525 Black Russian

📋 copy color: '#050525'

red 5 ◦ green 5 ◦ blue 37

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

Shades of Black Russian #050525

Tints of Black Russian #050525

RGB

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

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

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

R = 10.64%
G = 10.64%
B = 78.72%

CMYK

 C value IS 0.86

 M value IS 0.86

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#050525 (or 0x050525) is known color: Black Russian. HEX triplet: 05, 05 and 25. RGB value is (5,5,37). Sum of RGB (Red+Green+Blue) = 5+5+37=47 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.64% from 47); Green value is 5 (2.34% from 255 or 10.64% from 47); Blue value is 37 (14.84% from 255 or 78.72% from 47); Max value from RGB is 37 - color contains mainly: blue. Hex color #050525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050525 is #FAFADA. Grayscale: #080808. Windows color (decimal): -16448219 or 2426117. OLE color: 2426117.

HSL color Cylindrical-coordinate representation of color #050525: hue angle of 240º 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 #050525 is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 5 5 37 -
CMYK 0.86 0.86 0 0.85
HSL 240º 0.76% 0.08% -
HSV(B) 240º 0.86% 0.15% -
XYZ 0.45 0.27 1.78 -
YUV 8.65 144 125.4 -
System Red Green Blue C M Y K H S L
Decimal 5 5 37 0.86 0.86 0 0.85 240 0.76 0.08
Hex 5 5 25 56 56 0 55 F0 4C 8
Octal 5 5 45 126 126 0 125 360 114 10
Binary 101 101 100101 1010110 1010110 0 1010101 11110000 1001100 1000

Color Harmonies of #050525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050525

Black with #050525

Text Example


Text Example

White with #050525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050525; }

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

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

background-color css

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

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

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

border-color css

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

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

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