#141617

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

Shades of Black Pearl #141617

Tints of Black Pearl #141617

Color information

#141617 (or 0x141617) is unknown color: approx Black Pearl. HEX triplet: 14, 16 and 17. RGB value is (20,22,23). Sum of RGB (Red+Green+Blue) = 20+22+23=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 22 (8.98% from 255 or 33.85% from 65); Blue value is 23 (9.38% from 255 or 35.38% from 65); Max value from RGB is 23 - color contains mainly: blue. Hex color #141617 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141617 is #EBE9E8. Grayscale: #151515. Windows color (decimal): -15460841 or 1512980. OLE color: 1512980.

HSL color Cylindrical-coordinate representation of color #141617: hue angle of 200º degrees, saturation: 0.07, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #141617 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB202223-
CMYK0.130.0400.91
HSL200º6.98%8.43%-
HSV(B)200º13.04%9.02%-
XYZ0.730.780.92-
YUV21.52128.84126.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 30.77%
GREEN value IS 22 (8.98% from 255) = 33.85%
BLUE value IS 23 (9.38% from 255) = 35.38%
R=30.77%
G=33.85%
B=35.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2022230.130.0400.912006.988.43
Hex141617D405Bc878
Octal2426271540133310710
Binary101001011010111110110001011011110010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141617; }

 p { color: rgb(20,22,23); }

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

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

 a { background-color: rgb(20,22,23); }

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

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

 span { border-color: rgb(20,22,23); }

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