#100503

Color #100503 Black (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black #100503

Tints of Black #100503

Color information

#100503 (or 0x100503) is unknown color: approx Black. HEX triplet: 10, 05 and 03. RGB value is (16,5,3). Sum of RGB (Red+Green+Blue) = 16+5+3=24 (3% of max value = 765). Red value is 16 (6.64% from 255 or 66.67% from 24); Green value is 5 (2.34% from 255 or 20.83% from 24); Blue value is 3 (1.56% from 255 or 12.5% from 24); Max value from RGB is 16 - color contains mainly: red. Hex color #100503 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100503 is #EFFAFC. Grayscale: #080808. Windows color (decimal): -15727357 or 197904. OLE color: 197904.

HSL color Cylindrical-coordinate representation of color #100503: hue angle of 9.23º degrees, saturation: 0.68, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #100503 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.94.

Color convert

RGB1653-
CMYK00.690.810.94
HSL9.23º68.42%3.73%-
HSV(B)9.23º81.25%6.27%-
XYZ0.280.230.11-
YUV8.06125.14133.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 66.67%
GREEN value IS 5 (2.34% from 255) = 20.83%
BLUE value IS 3 (1.56% from 255) = 12.5%
R=66.67%
G=20.83%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.81
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal165300.690.810.949.2368.423.73
Hex1053045515E9444
Octal20530105121136111044
Binary1000010111010001011010001101111010011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100503; }

 p { color: rgb(16,5,3); }

 H1.HeaderClassName
 {
   color: #100503;
 }
 .AnyTagClassName
 {
   color: #100503;
 }
</style>
background-color css

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

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

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

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

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

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