Html Css Color HEX #142A31 Black Pearl

📋 copy color: '#142A31'

red 20 ◦ green 42 ◦ blue 49

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

Shades of Black Pearl #142A31

Tints of Black Pearl #142A31

RGB

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

 GREEN value IS 42 (16.8% from 255) = 37.84%

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

R = 18.02%
G = 37.84%
B = 44.14%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#142A31 (or 0x142A31) is known color: Black Pearl. HEX triplet: 14, 2A and 31. RGB value is (20,42,49). Sum of RGB (Red+Green+Blue) = 20+42+49=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 42 (16.80% from 255 or 37.84% from 111); Blue value is 49 (19.53% from 255 or 44.14% from 111); Max value from RGB is 49 - color contains mainly: blue. Hex color #142A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142A31 is #EBD5CE. Grayscale: #242424. Windows color (decimal): -15455695 or 3222036. OLE color: 3222036.

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

Color convert

RGB 20 42 49 -
CMYK 0.59 0.14 0 0.81
HSL 194.48º 0.42% 0.14% -
HSV(B) 194.48º 0.59% 0.19% -
XYZ 1.67 2.03 3.21 -
YUV 36.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 20 42 49 0.59 0.14 0 0.81 194.48 0.42 0.14
Hex 14 2A 31 3B E 0 51 C2 2A E
Octal 24 52 61 73 16 0 121 302 52 16
Binary 10100 101010 110001 111011 1110 0 1010001 11000010 101010 1110

Color Harmonies of #142A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142A31

Black with #142A31

Text Example


Text Example

White with #142A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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