Html Css Color HEX #14181E Black Pearl

📋 copy color: '#14181E'

red 20 ◦ green 24 ◦ blue 30

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

Shades of Black Pearl #14181E

Tints of Black Pearl #14181E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 40.54%

R = 27.03%
G = 32.43%
B = 40.54%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#14181E (or 0x14181E) is known color: Black Pearl. HEX triplet: 14, 18 and 1E. RGB value is (20,24,30). Sum of RGB (Red+Green+Blue) = 20+24+30=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 24 (9.77% from 255 or 32.43% from 74); Blue value is 30 (12.11% from 255 or 40.54% from 74); Max value from RGB is 30 - color contains mainly: blue. Hex color #14181E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14181E is #EBE7E1. Grayscale: #171717. Windows color (decimal): -15460322 or 1972244. OLE color: 1972244.

HSL color Cylindrical-coordinate representation of color #14181E: hue angle of 216º degrees, saturation: 0.2, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #14181E is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 20 24 30 -
CMYK 0.33 0.20 0 0.88
HSL 216º 0.2% 0.1% -
HSV(B) 216º 0.33% 0.12% -
XYZ 0.85 0.9 1.36 -
YUV 23.49 131.67 125.51 -
System Red Green Blue C M Y K H S L
Decimal 20 24 30 0.33 0.20 0 0.88 216 0.2 0.1
Hex 14 18 1E 21 14 0 58 D8 14 A
Octal 24 30 36 41 24 0 130 330 24 12
Binary 10100 11000 11110 100001 10100 0 1011000 11011000 10100 1010

Color Harmonies of #14181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14181E

Black with #14181E

Text Example


Text Example

White with #14181E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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