Html Css Color HEX #050507 Black Russian

📋 copy color: '#050507'

red 5 ◦ green 5 ◦ blue 7

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

Shades of Black Russian #050507

Tints of Black Russian #050507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 41.18%

R = 29.41%
G = 29.41%
B = 41.18%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#050507 (or 0x050507) is known color: Black Russian. HEX triplet: 05, 05 and 07. RGB value is (5,5,7). Sum of RGB (Red+Green+Blue) = 5+5+7=17 (2% of max value = 765). Red value is 5 (2.34% from 255 or 29.41% from 17); Green value is 5 (2.34% from 255 or 29.41% from 17); Blue value is 7 (3.12% from 255 or 41.18% from 17); Max value from RGB is 7 - color contains mainly: blue. Hex color #050507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050507 is #FAFAF8. Grayscale: #050505. Windows color (decimal): -16448249 or 460037. OLE color: 460037.

HSL color Cylindrical-coordinate representation of color #050507: hue angle of 240º degrees, saturation: 0.17, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #050507 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB 5 5 7 -
CMYK 0.29 0.29 0 0.97
HSL 240º 0.17% 0.02% -
HSV(B) 240º 0.29% 0.03% -
XYZ 0.16 0.16 0.22 -
YUV 5.23 129 127.84 -
System Red Green Blue C M Y K H S L
Decimal 5 5 7 0.29 0.29 0 0.97 240 0.17 0.02
Hex 5 5 7 1D 1D 0 61 F0 11 2
Octal 5 5 7 35 35 0 141 360 21 2
Binary 101 101 111 11101 11101 0 1100001 11110000 10001 10

Color Harmonies of #050507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050507

Black with #050507

Text Example


Text Example

White with #050507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050507; }

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

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

background-color css

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

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

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

border-color css

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

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

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