Html Css Color HEX #05060A Black Russian

📋 copy color: '#05060A'

red 5 ◦ green 6 ◦ blue 10

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

Shades of Black Russian #05060A

Tints of Black Russian #05060A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 28.57%

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

R = 23.81%
G = 28.57%
B = 47.62%

CMYK

 C value IS 0.50

 M value IS 0.4

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#05060A (or 0x05060A) is known color: Black Russian. HEX triplet: 05, 06 and 0A. RGB value is (5,6,10). Sum of RGB (Red+Green+Blue) = 5+6+10=21 (2% of max value = 765). Red value is 5 (2.34% from 255 or 23.81% from 21); Green value is 6 (2.73% from 255 or 28.57% from 21); Blue value is 10 (4.30% from 255 or 47.62% from 21); Max value from RGB is 10 - color contains mainly: blue. Hex color #05060A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05060A is #FAF9F5. Grayscale: #060606. Windows color (decimal): -16447990 or 656901. OLE color: 656901.

HSL color Cylindrical-coordinate representation of color #05060A: hue angle of 228º 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 #05060A is Cyan = 0.50, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 5 6 10 -
CMYK 0.50 0.4 0 0.96
HSL 228º 0.33% 0.03% -
HSV(B) 228º 0.5% 0.04% -
XYZ 0.18 0.18 0.31 -
YUV 6.16 130.17 127.17 -
System Red Green Blue C M Y K H S L
Decimal 5 6 10 0.50 0.4 0 0.96 228 0.33 0.03
Hex 5 6 A 32 28 0 60 E4 21 3
Octal 5 6 12 62 50 0 140 344 41 3
Binary 101 110 1010 110010 101000 0 1100000 11100100 100001 11

Color Harmonies of #05060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05060A

Black with #05060A

Text Example


Text Example

White with #05060A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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