Html Css Color HEX #142126 Black Pearl

📋 copy color: '#142126'

red 20 ◦ green 33 ◦ blue 38

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

Shades of Black Pearl #142126

Tints of Black Pearl #142126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 41.76%

R = 21.98%
G = 36.26%
B = 41.76%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#142126 (or 0x142126) is known color: Black Pearl. HEX triplet: 14, 21 and 26. RGB value is (20,33,38). Sum of RGB (Red+Green+Blue) = 20+33+38=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 33 (13.28% from 255 or 36.26% from 91); Blue value is 38 (15.23% from 255 or 41.76% from 91); Max value from RGB is 38 - color contains mainly: blue. Hex color #142126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142126 is #EBDED9. Grayscale: #1D1D1D. Windows color (decimal): -15458010 or 2498836. OLE color: 2498836.

HSL color Cylindrical-coordinate representation of color #142126: hue angle of 196.67º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #142126 is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 33 38 -
CMYK 0.47 0.13 0 0.85
HSL 196.67º 0.31% 0.11% -
HSV(B) 196.67º 0.47% 0.15% -
XYZ 1.18 1.38 2.04 -
YUV 29.68 132.69 121.09 -
System Red Green Blue C M Y K H S L
Decimal 20 33 38 0.47 0.13 0 0.85 196.67 0.31 0.11
Hex 14 21 26 2F D 0 55 C5 1F B
Octal 24 41 46 57 15 0 125 305 37 13
Binary 10100 100001 100110 101111 1101 0 1010101 11000101 11111 1011

Color Harmonies of #142126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142126

Black with #142126

Text Example


Text Example

White with #142126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142126; }

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

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

background-color css

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

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

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

border-color css

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

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

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