Html Css Color HEX #142229 Black Pearl

📋 copy color: '#142229'

red 20 ◦ green 34 ◦ blue 41

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

Shades of Black Pearl #142229

Tints of Black Pearl #142229

RGB

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

 GREEN value IS 34 (13.67% from 255) = 35.79%

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

R = 21.05%
G = 35.79%
B = 43.16%

CMYK

 C value IS 0.51

 M value IS 0.17

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#142229 (or 0x142229) is known color: Black Pearl. HEX triplet: 14, 22 and 29. RGB value is (20,34,41). Sum of RGB (Red+Green+Blue) = 20+34+41=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 34 (13.67% from 255 or 35.79% from 95); Blue value is 41 (16.41% from 255 or 43.16% from 95); Max value from RGB is 41 - color contains mainly: blue. Hex color #142229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142229 is #EBDDD6. Grayscale: #1E1E1E. Windows color (decimal): -15457751 or 2695700. OLE color: 2695700.

HSL color Cylindrical-coordinate representation of color #142229: hue angle of 200º 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 #142229 is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 20 34 41 -
CMYK 0.51 0.17 0 0.84
HSL 200º 0.34% 0.12% -
HSV(B) 200º 0.51% 0.16% -
XYZ 1.26 1.45 2.31 -
YUV 30.61 133.86 120.43 -
System Red Green Blue C M Y K H S L
Decimal 20 34 41 0.51 0.17 0 0.84 200 0.34 0.12
Hex 14 22 29 33 11 0 54 C8 22 C
Octal 24 42 51 63 21 0 124 310 42 14
Binary 10100 100010 101001 110011 10001 0 1010100 11001000 100010 1100

Color Harmonies of #142229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142229

Black with #142229

Text Example


Text Example

White with #142229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142229; }

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

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

background-color css

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

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

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

border-color css

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

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

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