Html Css Color HEX #142731 Black Pearl

📋 copy color: '#142731'

red 20 ◦ green 39 ◦ blue 49

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

Shades of Black Pearl #142731

Tints of Black Pearl #142731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 45.37%

R = 18.52%
G = 36.11%
B = 45.37%

CMYK

 C value IS 0.59

 M value IS 0.20

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#142731 (or 0x142731) is known color: Black Pearl. HEX triplet: 14, 27 and 31. RGB value is (20,39,49). Sum of RGB (Red+Green+Blue) = 20+39+49=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 39 (15.62% from 255 or 36.11% from 108); Blue value is 49 (19.53% from 255 or 45.37% from 108); Max value from RGB is 49 - color contains mainly: blue. Hex color #142731 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142731 is #EBD8CE. Grayscale: #222222. Windows color (decimal): -15456463 or 3221268. OLE color: 3221268.

HSL color Cylindrical-coordinate representation of color #142731: hue angle of 200.69º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #142731 is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 39 49 -
CMYK 0.59 0.20 0 0.81
HSL 200.69º 0.42% 0.14% -
HSV(B) 200.69º 0.59% 0.19% -
XYZ 1.57 1.82 3.17 -
YUV 34.46 136.21 117.69 -
System Red Green Blue C M Y K H S L
Decimal 20 39 49 0.59 0.20 0 0.81 200.69 0.42 0.14
Hex 14 27 31 3B 14 0 51 C9 2A E
Octal 24 47 61 73 24 0 121 311 52 16
Binary 10100 100111 110001 111011 10100 0 1010001 11001001 101010 1110

Color Harmonies of #142731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142731

Black with #142731

Text Example


Text Example

White with #142731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142731; }

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

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

background-color css

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

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

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

border-color css

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

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

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