Html Css Color HEX #142128 Black Pearl

📋 copy color: '#142128'

red 20 ◦ green 33 ◦ blue 40

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

Shades of Black Pearl #142128

Tints of Black Pearl #142128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 43.01%

R = 21.51%
G = 35.48%
B = 43.01%

CMYK

 C value IS 0.5

 M value IS 0.17

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#142128 (or 0x142128) is known color: Black Pearl. HEX triplet: 14, 21 and 28. RGB value is (20,33,40). Sum of RGB (Red+Green+Blue) = 20+33+40=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 33 (13.28% from 255 or 35.48% from 93); Blue value is 40 (16.02% from 255 or 43.01% from 93); Max value from RGB is 40 - color contains mainly: blue. Hex color #142128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142128 is #EBDED7. Grayscale: #1D1D1D. Windows color (decimal): -15458008 or 2629908. OLE color: 2629908.

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

Color convert

RGB 20 33 40 -
CMYK 0.5 0.17 0 0.84
HSL 201º 0.33% 0.12% -
HSV(B) 201º 0.5% 0.16% -
XYZ 1.22 1.39 2.21 -
YUV 29.91 133.69 120.93 -
System Red Green Blue C M Y K H S L
Decimal 20 33 40 0.5 0.17 0 0.84 201 0.33 0.12
Hex 14 21 28 32 11 0 54 C9 21 C
Octal 24 41 50 62 21 0 124 311 41 14
Binary 10100 100001 101000 110010 10001 0 1010100 11001001 100001 1100

Color Harmonies of #142128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142128

Black with #142128

Text Example


Text Example

White with #142128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142128; }

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

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

background-color css

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

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

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

border-color css

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

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

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