Html Css Color HEX #142428 Black Pearl

📋 copy color: '#142428'

red 20 ◦ green 36 ◦ blue 40

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

Shades of Black Pearl #142428

Tints of Black Pearl #142428

RGB

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

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

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

R = 20.83%
G = 37.5%
B = 41.67%

CMYK

 C value IS 0.5

 M value IS 0.10

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#142428 (or 0x142428) is known color: Black Pearl. HEX triplet: 14, 24 and 28. RGB value is (20,36,40). Sum of RGB (Red+Green+Blue) = 20+36+40=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 36 (14.45% from 255 or 37.5% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 40 - color contains mainly: blue. Hex color #142428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142428 is #EBDBD7. Grayscale: #1F1F1F. Windows color (decimal): -15457240 or 2630676. OLE color: 2630676.

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

Color convert

RGB 20 36 40 -
CMYK 0.5 0.10 0 0.84
HSL 192º 0.33% 0.12% -
HSV(B) 192º 0.5% 0.16% -
XYZ 1.3 1.56 2.24 -
YUV 31.67 132.7 119.67 -
System Red Green Blue C M Y K H S L
Decimal 20 36 40 0.5 0.10 0 0.84 192 0.33 0.12
Hex 14 24 28 32 A 0 54 C0 21 C
Octal 24 44 50 62 12 0 124 300 41 14
Binary 10100 100100 101000 110010 1010 0 1010100 11000000 100001 1100

Color Harmonies of #142428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142428

Black with #142428

Text Example


Text Example

White with #142428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142428; }

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

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

background-color css

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

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

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

border-color css

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

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

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