Html Css Color HEX #14181B Black Pearl

📋 copy color: '#14181B'

red 20 ◦ green 24 ◦ blue 27

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

Shades of Black Pearl #14181B

Tints of Black Pearl #14181B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 33.8%

 BLUE value IS 27 (10.94% from 255) = 38.03%

R = 28.17%
G = 33.8%
B = 38.03%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#14181B (or 0x14181B) is known color: Black Pearl. HEX triplet: 14, 18 and 1B. RGB value is (20,24,27). Sum of RGB (Red+Green+Blue) = 20+24+27=71 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.17% from 71); Green value is 24 (9.77% from 255 or 33.80% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 27 - color contains mainly: blue. Hex color #14181B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14181B is #EBE7E4. Grayscale: #171717. Windows color (decimal): -15460325 or 1775636. OLE color: 1775636.

HSL color Cylindrical-coordinate representation of color #14181B: hue angle of 205.71º degrees, saturation: 0.15, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #14181B is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 20 24 27 -
CMYK 0.26 0.11 0 0.89
HSL 205.71º 0.15% 0.09% -
HSV(B) 205.71º 0.26% 0.11% -
XYZ 0.81 0.88 1.16 -
YUV 23.15 130.17 125.76 -
System Red Green Blue C M Y K H S L
Decimal 20 24 27 0.26 0.11 0 0.89 205.71 0.15 0.09
Hex 14 18 1B 1A B 0 59 CE F 9
Octal 24 30 33 32 13 0 131 316 17 11
Binary 10100 11000 11011 11010 1011 0 1011001 11001110 1111 1001

Color Harmonies of #14181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14181B

Black with #14181B

Text Example


Text Example

White with #14181B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14181B; }

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

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

background-color css

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

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

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

border-color css

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

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

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