Html Css Color HEX #050508 Black Russian

📋 copy color: '#050508'

red 5 ◦ green 5 ◦ blue 8

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

Shades of Black Russian #050508

Tints of Black Russian #050508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 44.44%

R = 27.78%
G = 27.78%
B = 44.44%

CMYK

 C value IS 0.38

 M value IS 0.38

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#050508 (or 0x050508) is known color: Black Russian. HEX triplet: 05, 05 and 08. RGB value is (5,5,8). Sum of RGB (Red+Green+Blue) = 5+5+8=18 (2% of max value = 765). Red value is 5 (2.34% from 255 or 27.78% from 18); Green value is 5 (2.34% from 255 or 27.78% from 18); Blue value is 8 (3.52% from 255 or 44.44% from 18); Max value from RGB is 8 - color contains mainly: blue. Hex color #050508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050508 is #FAFAF7. Grayscale: #050505. Windows color (decimal): -16448248 or 525573. OLE color: 525573.

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

Color convert

RGB 5 5 8 -
CMYK 0.38 0.38 0 0.97
HSL 240º 0.23% 0.03% -
HSV(B) 240º 0.38% 0.03% -
XYZ 0.16 0.16 0.25 -
YUV 5.34 129.5 127.76 -
System Red Green Blue C M Y K H S L
Decimal 5 5 8 0.38 0.38 0 0.97 240 0.23 0.03
Hex 5 5 8 26 26 0 61 F0 17 3
Octal 5 5 10 46 46 0 141 360 27 3
Binary 101 101 1000 100110 100110 0 1100001 11110000 10111 11

Color Harmonies of #050508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050508

Black with #050508

Text Example


Text Example

White with #050508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050508; }

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

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

background-color css

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

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

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

border-color css

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

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

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