Html Css Color HEX #142131 Black Pearl

📋 copy color: '#142131'

red 20 ◦ green 33 ◦ blue 49

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

Shades of Black Pearl #142131

Tints of Black Pearl #142131

RGB

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

 GREEN value IS 33 (13.28% from 255) = 32.35%

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

R = 19.61%
G = 32.35%
B = 48.04%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#142131 (or 0x142131) is known color: Black Pearl. HEX triplet: 14, 21 and 31. RGB value is (20,33,49). Sum of RGB (Red+Green+Blue) = 20+33+49=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 33 (13.28% from 255 or 32.35% from 102); Blue value is 49 (19.53% from 255 or 48.04% from 102); Max value from RGB is 49 - color contains mainly: blue. Hex color #142131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142131 is #EBDECE. Grayscale: #1E1E1E. Windows color (decimal): -15457999 or 3219732. OLE color: 3219732.

HSL color Cylindrical-coordinate representation of color #142131: hue angle of 213.1º 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 #142131 is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 33 49 -
CMYK 0.59 0.33 0 0.81
HSL 213.1º 0.42% 0.14% -
HSV(B) 213.1º 0.59% 0.19% -
XYZ 1.39 1.46 3.11 -
YUV 30.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 20 33 49 0.59 0.33 0 0.81 213.1 0.42 0.14
Hex 14 21 31 3B 21 0 51 D5 2A E
Octal 24 41 61 73 41 0 121 325 52 16
Binary 10100 100001 110001 111011 100001 0 1010001 11010101 101010 1110

Color Harmonies of #142131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142131

Black with #142131

Text Example


Text Example

White with #142131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142131; }

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

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

background-color css

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

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

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

border-color css

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

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

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