Html Css Color HEX #142429 Black Pearl

📋 copy color: '#142429'

red 20 ◦ green 36 ◦ blue 41

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

Shades of Black Pearl #142429

Tints of Black Pearl #142429

RGB

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

 GREEN value IS 36 (14.45% from 255) = 37.11%

 BLUE value IS 41 (16.41% from 255) = 42.27%

R = 20.62%
G = 37.11%
B = 42.27%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#142429 (or 0x142429) is known color: Black Pearl. HEX triplet: 14, 24 and 29. RGB value is (20,36,41). Sum of RGB (Red+Green+Blue) = 20+36+41=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 36 (14.45% from 255 or 37.11% from 97); Blue value is 41 (16.41% from 255 or 42.27% from 97); Max value from RGB is 41 - color contains mainly: blue. Hex color #142429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142429 is #EBDBD6. Grayscale: #1F1F1F. Windows color (decimal): -15457239 or 2696212. OLE color: 2696212.

HSL color Cylindrical-coordinate representation of color #142429: hue angle of 194.29º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #142429 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 20 36 41 -
CMYK 0.51 0.12 0 0.84
HSL 194.29º 0.34% 0.12% -
HSV(B) 194.29º 0.51% 0.16% -
XYZ 1.32 1.57 2.33 -
YUV 31.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 20 36 41 0.51 0.12 0 0.84 194.29 0.34 0.12
Hex 14 24 29 33 C 0 54 C2 22 C
Octal 24 44 51 63 14 0 124 302 42 14
Binary 10100 100100 101001 110011 1100 0 1010100 11000010 100010 1100

Color Harmonies of #142429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142429

Black with #142429

Text Example


Text Example

White with #142429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142429; }

 p { color: rgb(20,36,41); }

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

background-color css

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

 a { background-color: rgb(20,36,41); }

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

border-color css

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

 span { border-color: rgb(20,36,41); }

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