Html Css Color HEX #050725 Black Russian

📋 copy color: '#050725'

red 5 ◦ green 7 ◦ blue 37

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

Shades of Black Russian #050725

Tints of Black Russian #050725

RGB

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

 GREEN value IS 7 (3.13% from 255) = 14.29%

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

R = 10.2%
G = 14.29%
B = 75.51%

CMYK

 C value IS 0.86

 M value IS 0.81

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#050725 (or 0x050725) is known color: Black Russian. HEX triplet: 05, 07 and 25. RGB value is (5,7,37). Sum of RGB (Red+Green+Blue) = 5+7+37=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 7 (3.12% from 255 or 14.29% from 49); Blue value is 37 (14.84% from 255 or 75.51% from 49); Max value from RGB is 37 - color contains mainly: blue. Hex color #050725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050725 is #FAF8DA. Grayscale: #090909. Windows color (decimal): -16447707 or 2426629. OLE color: 2426629.

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

Color convert

RGB 5 7 37 -
CMYK 0.86 0.81 0 0.85
HSL 236.25º 0.76% 0.08% -
HSV(B) 236.25º 0.86% 0.15% -
XYZ 0.47 0.32 1.79 -
YUV 9.82 143.34 124.56 -
System Red Green Blue C M Y K H S L
Decimal 5 7 37 0.86 0.81 0 0.85 236.25 0.76 0.08
Hex 5 7 25 56 51 0 55 EC 4C 8
Octal 5 7 45 126 121 0 125 354 114 10
Binary 101 111 100101 1010110 1010001 0 1010101 11101100 1001100 1000

Color Harmonies of #050725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050725

Black with #050725

Text Example


Text Example

White with #050725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050725; }

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

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

background-color css

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

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

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

border-color css

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

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

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