Html Css Color HEX #0A0605 Black

📋 copy color: '#0A0605'

red 10 ◦ green 6 ◦ blue 5

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

Shades of Black #0A0605

Tints of Black #0A0605

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.50

 K value IS 0.96

RGB Variations

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

Color information

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

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

Color convert

RGB 10 6 5 -
CMYK 0 0.4 0.50 0.96
HSL 12º 0.33% 0.03% -
HSV(B) 12º 0.5% 0.04% -
XYZ 0.22 0.21 0.17 -
YUV 7.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 10 6 5 0 0.4 0.50 0.96 12 0.33 0.03
Hex A 6 5 0 28 32 60 C 21 3
Octal 12 6 5 0 50 62 140 14 41 3
Binary 1010 110 101 0 101000 110010 1100000 1100 100001 11

Color Harmonies of #0A0605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0605

Black with #0A0605

Text Example


Text Example

White with #0A0605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A0605; }

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

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

background-color css

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

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

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

border-color css

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

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

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