Html Css Color HEX #142231 Black Pearl

📋 copy color: '#142231'

red 20 ◦ green 34 ◦ blue 49

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

Shades of Black Pearl #142231

Tints of Black Pearl #142231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 47.57%

R = 19.42%
G = 33.01%
B = 47.57%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#142231 (or 0x142231) is known color: Black Pearl. HEX triplet: 14, 22 and 31. RGB value is (20,34,49). Sum of RGB (Red+Green+Blue) = 20+34+49=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 49 (19.53% from 255 or 47.57% from 103); Max value from RGB is 49 - color contains mainly: blue. Hex color #142231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142231 is #EBDDCE. Grayscale: #1F1F1F. Windows color (decimal): -15457743 or 3219988. OLE color: 3219988.

HSL color Cylindrical-coordinate representation of color #142231: hue angle of 211.03º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #142231 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 34 49 -
CMYK 0.59 0.31 0 0.81
HSL 211.03º 0.42% 0.14% -
HSV(B) 211.03º 0.59% 0.19% -
XYZ 1.41 1.51 3.12 -
YUV 31.52 137.86 119.78 -
System Red Green Blue C M Y K H S L
Decimal 20 34 49 0.59 0.31 0 0.81 211.03 0.42 0.14
Hex 14 22 31 3B 1F 0 51 D3 2A E
Octal 24 42 61 73 37 0 121 323 52 16
Binary 10100 100010 110001 111011 11111 0 1010001 11010011 101010 1110

Color Harmonies of #142231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142231

Black with #142231

Text Example


Text Example

White with #142231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142231; }

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

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

background-color css

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

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

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

border-color css

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

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

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