Html Css Color HEX #14272C Black Pearl

📋 copy color: '#14272C'

red 20 ◦ green 39 ◦ blue 44

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

Shades of Black Pearl #14272C

Tints of Black Pearl #14272C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 37.86%

 BLUE value IS 44 (17.58% from 255) = 42.72%

R = 19.42%
G = 37.86%
B = 42.72%

CMYK

 C value IS 0.55

 M value IS 0.11

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#14272C (or 0x14272C) is known color: Black Pearl. HEX triplet: 14, 27 and 2C. RGB value is (20,39,44). Sum of RGB (Red+Green+Blue) = 20+39+44=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 39 (15.62% from 255 or 37.86% from 103); Blue value is 44 (17.58% from 255 or 42.72% from 103); Max value from RGB is 44 - color contains mainly: blue. Hex color #14272C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14272C is #EBD8D3. Grayscale: #212121. Windows color (decimal): -15456468 or 2893588. OLE color: 2893588.

HSL color Cylindrical-coordinate representation of color #14272C: hue angle of 192.5º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #14272C is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 20 39 44 -
CMYK 0.55 0.11 0 0.83
HSL 192.5º 0.38% 0.13% -
HSV(B) 192.5º 0.55% 0.17% -
XYZ 1.47 1.78 2.65 -
YUV 33.89 133.71 118.09 -
System Red Green Blue C M Y K H S L
Decimal 20 39 44 0.55 0.11 0 0.83 192.5 0.38 0.13
Hex 14 27 2C 37 B 0 53 C0 26 D
Octal 24 47 54 67 13 0 123 300 46 15
Binary 10100 100111 101100 110111 1011 0 1010011 11000000 100110 1101

Color Harmonies of #14272C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14272C

Black with #14272C

Text Example


Text Example

White with #14272C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14272C; }

 p { color: rgb(20,39,44); }

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

background-color css

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

 a { background-color: rgb(20,39,44); }

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

border-color css

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

 span { border-color: rgb(20,39,44); }

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