Html Css Color HEX #141718 Black Pearl

📋 copy color: '#141718'

red 20 ◦ green 23 ◦ blue 24

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

Shades of Black Pearl #141718

Tints of Black Pearl #141718

RGB

 RED value IS 20 (8.2% from 255) = 29.85%

 GREEN value IS 23 (9.38% from 255) = 34.33%

 BLUE value IS 24 (9.77% from 255) = 35.82%

R = 29.85%
G = 34.33%
B = 35.82%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#141718 (or 0x141718) is known color: Black Pearl. HEX triplet: 14, 17 and 18. RGB value is (20,23,24). Sum of RGB (Red+Green+Blue) = 20+23+24=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 23 (9.38% from 255 or 34.33% from 67); Blue value is 24 (9.77% from 255 or 35.82% from 67); Max value from RGB is 24 - color contains mainly: blue. Hex color #141718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141718 is #EBE8E7. Grayscale: #161616. Windows color (decimal): -15460584 or 1578772. OLE color: 1578772.

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

Color convert

RGB 20 23 24 -
CMYK 0.17 0.04 0 0.91
HSL 195º 0.09% 0.09% -
HSV(B) 195º 0.17% 0.09% -
XYZ 0.76 0.83 0.98 -
YUV 22.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 20 23 24 0.17 0.04 0 0.91 195 0.09 0.09
Hex 14 17 18 11 4 0 5B C3 9 9
Octal 24 27 30 21 4 0 133 303 11 11
Binary 10100 10111 11000 10001 100 0 1011011 11000011 1001 1001

Color Harmonies of #141718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141718

Black with #141718

Text Example


Text Example

White with #141718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141718; }

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

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

background-color css

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

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

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

border-color css

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

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

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