#101314

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

Shades of Black Pearl #101314

Tints of Black Pearl #101314

Color information

#101314 (or 0x101314) is unknown color: approx Black Pearl. HEX triplet: 10, 13 and 14. RGB value is (16,19,20). Sum of RGB (Red+Green+Blue) = 16+19+20=55 (7% of max value = 765). Red value is 16 (6.64% from 255 or 29.09% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 20 (8.20% from 255 or 36.36% from 55); Max value from RGB is 20 - color contains mainly: blue. Hex color #101314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101314 is #EFECEB. Grayscale: #121212. Windows color (decimal): -15723756 or 1315600. OLE color: 1315600.

HSL color Cylindrical-coordinate representation of color #101314: hue angle of 195º degrees, saturation: 0.11, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #101314 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB161920-
CMYK0.200.0500.92
HSL195º11.11%7.06%-
HSV(B)195º20%7.84%-
XYZ0.570.630.75-
YUV18.22129.01126.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 29.09%
GREEN value IS 19 (7.81% from 255) = 34.55%
BLUE value IS 20 (8.20% from 255) = 36.36%
R=29.09%
G=34.55%
B=36.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1619200.200.0500.9219511.117.06
Hex10131414505Cc3b7
Octal2023242450134303137
Binary1000010011101001010010101011100110000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101314; }

 p { color: rgb(16,19,20); }

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

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

 a { background-color: rgb(16,19,20); }

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

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

 span { border-color: rgb(16,19,20); }

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