Html Css Color HEX #142631 Black Pearl

📋 copy color: '#142631'

red 20 ◦ green 38 ◦ blue 49

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

Shades of Black Pearl #142631

Tints of Black Pearl #142631

RGB

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

 GREEN value IS 38 (15.23% from 255) = 35.51%

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

R = 18.69%
G = 35.51%
B = 45.79%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#142631 (or 0x142631) is known color: Black Pearl. HEX triplet: 14, 26 and 31. RGB value is (20,38,49). Sum of RGB (Red+Green+Blue) = 20+38+49=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 38 (15.23% from 255 or 35.51% from 107); Blue value is 49 (19.53% from 255 or 45.79% from 107); Max value from RGB is 49 - color contains mainly: blue. Hex color #142631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142631 is #EBD9CE. Grayscale: #212121. Windows color (decimal): -15456719 or 3221012. OLE color: 3221012.

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

Color convert

RGB 20 38 49 -
CMYK 0.59 0.22 0 0.81
HSL 202.76º 0.42% 0.14% -
HSV(B) 202.76º 0.59% 0.19% -
XYZ 1.54 1.76 3.16 -
YUV 33.87 136.54 118.11 -
System Red Green Blue C M Y K H S L
Decimal 20 38 49 0.59 0.22 0 0.81 202.76 0.42 0.14
Hex 14 26 31 3B 16 0 51 CB 2A E
Octal 24 46 61 73 26 0 121 313 52 16
Binary 10100 100110 110001 111011 10110 0 1010001 11001011 101010 1110

Color Harmonies of #142631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142631

Black with #142631

Text Example


Text Example

White with #142631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142631; }

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

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

background-color css

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

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

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

border-color css

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

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

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