Html Css Color HEX #111314 Black Pearl

📋 copy color: '#111314'

red 17 ◦ green 19 ◦ blue 20

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

Shades of Black Pearl #111314

Tints of Black Pearl #111314

RGB

 RED value IS 17 (7.03% from 255) = 30.36%

 GREEN value IS 19 (7.81% from 255) = 33.93%

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

R = 30.36%
G = 33.93%
B = 35.71%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#111314 (or 0x111314) is known color: Black Pearl. HEX triplet: 11, 13 and 14. RGB value is (17,19,20). Sum of RGB (Red+Green+Blue) = 17+19+20=56 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.36% from 56); Green value is 19 (7.81% from 255 or 33.93% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 20 - color contains mainly: blue. Hex color #111314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111314 is #EEECEB. Grayscale: #121212. Windows color (decimal): -15658220 or 1315601. OLE color: 1315601.

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

Color convert

RGB 17 19 20 -
CMYK 0.15 0.05 0 0.92
HSL 200º 0.08% 0.07% -
HSV(B) 200º 0.15% 0.08% -
XYZ 0.59 0.64 0.75 -
YUV 18.52 128.84 126.92 -
System Red Green Blue C M Y K H S L
Decimal 17 19 20 0.15 0.05 0 0.92 200 0.08 0.07
Hex 11 13 14 F 5 0 5C C8 8 7
Octal 21 23 24 17 5 0 134 310 10 7
Binary 10001 10011 10100 1111 101 0 1011100 11001000 1000 111

Color Harmonies of #111314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111314

Black with #111314

Text Example


Text Example

White with #111314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111314; }

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

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

background-color css

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

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

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

border-color css

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

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

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