Html Css Color HEX #05050A Black Russian

📋 copy color: '#05050A'

red 5 ◦ green 5 ◦ blue 10

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

Shades of Black Russian #05050A

Tints of Black Russian #05050A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 50%

R = 25%
G = 25%
B = 50%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#05050A (or 0x05050A) is known color: Black Russian. HEX triplet: 05, 05 and 0A. RGB value is (5,5,10). Sum of RGB (Red+Green+Blue) = 5+5+10=20 (2% of max value = 765). Red value is 5 (2.34% from 255 or 25% from 20); Green value is 5 (2.34% from 255 or 25% from 20); Blue value is 10 (4.30% from 255 or 50% from 20); Max value from RGB is 10 - color contains mainly: blue. Hex color #05050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05050A is #FAFAF5. Grayscale: #050505. Windows color (decimal): -16448246 or 656645. OLE color: 656645.

HSL color Cylindrical-coordinate representation of color #05050A: hue angle of 240º degrees, saturation: 0.33, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #05050A is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 5 5 10 -
CMYK 0.50 0.50 0 0.96
HSL 240º 0.33% 0.03% -
HSV(B) 240º 0.5% 0.04% -
XYZ 0.17 0.16 0.31 -
YUV 5.57 130.5 127.59 -
System Red Green Blue C M Y K H S L
Decimal 5 5 10 0.50 0.50 0 0.96 240 0.33 0.03
Hex 5 5 A 32 32 0 60 F0 21 3
Octal 5 5 12 62 62 0 140 360 41 3
Binary 101 101 1010 110010 110010 0 1100000 11110000 100001 11

Color Harmonies of #05050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05050A

Black with #05050A

Text Example


Text Example

White with #05050A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05050A; }

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

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

background-color css

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

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

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

border-color css

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

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

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