Html Css Color HEX #101214 Black Pearl

📋 copy color: '#101214'

red 16 ◦ green 18 ◦ blue 20

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

Shades of Black Pearl #101214

Tints of Black Pearl #101214

RGB

 RED value IS 16 (6.64% from 255) = 29.63%

 GREEN value IS 18 (7.42% from 255) = 33.33%

 BLUE value IS 20 (8.2% from 255) = 37.04%

R = 29.63%
G = 33.33%
B = 37.04%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#101214 (or 0x101214) is known color: Black Pearl. HEX triplet: 10, 12 and 14. RGB value is (16,18,20). Sum of RGB (Red+Green+Blue) = 16+18+20=54 (7% of max value = 765). Red value is 16 (6.64% from 255 or 29.63% from 54); Green value is 18 (7.42% from 255 or 33.33% from 54); Blue value is 20 (8.20% from 255 or 37.04% from 54); Max value from RGB is 20 - color contains mainly: blue. Hex color #101214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101214 is #EFEDEB. Grayscale: #111111. Windows color (decimal): -15724012 or 1315344. OLE color: 1315344.

HSL color Cylindrical-coordinate representation of color #101214: hue angle of 210º 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 #101214 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 16 18 20 -
CMYK 0.20 0.10 0 0.92
HSL 210º 0.11% 0.07% -
HSV(B) 210º 0.2% 0.08% -
XYZ 0.56 0.59 0.75 -
YUV 17.63 129.34 126.84 -
System Red Green Blue C M Y K H S L
Decimal 16 18 20 0.20 0.10 0 0.92 210 0.11 0.07
Hex 10 12 14 14 A 0 5C D2 B 7
Octal 20 22 24 24 12 0 134 322 13 7
Binary 10000 10010 10100 10100 1010 0 1011100 11010010 1011 111

Color Harmonies of #101214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101214

Black with #101214

Text Example


Text Example

White with #101214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101214; }

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

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

background-color css

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

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

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

border-color css

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

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

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