#121314

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

Shades of Black Pearl #121314

Tints of Black Pearl #121314

Color information

#121314 (or 0x121314) is unknown color: approx Black Pearl. HEX triplet: 12, 13 and 14. RGB value is (18,19,20). Sum of RGB (Red+Green+Blue) = 18+19+20=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 19 (7.81% from 255 or 33.33% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 20 - color contains mainly: blue. Hex color #121314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121314 is #EDECEB. Grayscale: #121212. Windows color (decimal): -15592684 or 1315602. OLE color: 1315602.

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

Color convert

RGB181920-
CMYK0.100.0500.92
HSL210º5.26%7.45%-
HSV(B)210º10%7.84%-
XYZ0.610.640.75-
YUV18.81128.67127.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 31.58%
GREEN value IS 19 (7.81% from 255) = 33.33%
BLUE value IS 20 (8.20% from 255) = 35.09%
R=31.58%
G=33.33%
B=35.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1819200.100.0500.922105.267.45
Hex121314A505Cd257
Octal222324125013432257
Binary10010100111010010101010101110011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121314; }

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

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

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

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

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

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

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

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