Html Css Color HEX #142227 Black Pearl

📋 copy color: '#142227'

red 20 ◦ green 34 ◦ blue 39

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

Shades of Black Pearl #142227

Tints of Black Pearl #142227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 41.94%

R = 21.51%
G = 36.56%
B = 41.94%

CMYK

 C value IS 0.49

 M value IS 0.13

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#142227 (or 0x142227) is known color: Black Pearl. HEX triplet: 14, 22 and 27. RGB value is (20,34,39). Sum of RGB (Red+Green+Blue) = 20+34+39=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 34 (13.67% from 255 or 36.56% from 93); Blue value is 39 (15.62% from 255 or 41.94% from 93); Max value from RGB is 39 - color contains mainly: blue. Hex color #142227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142227 is #EBDDD8. Grayscale: #1E1E1E. Windows color (decimal): -15457753 or 2564628. OLE color: 2564628.

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

Color convert

RGB 20 34 39 -
CMYK 0.49 0.13 0 0.85
HSL 195.79º 0.32% 0.12% -
HSV(B) 195.79º 0.49% 0.15% -
XYZ 1.23 1.44 2.13 -
YUV 30.38 132.86 120.59 -
System Red Green Blue C M Y K H S L
Decimal 20 34 39 0.49 0.13 0 0.85 195.79 0.32 0.12
Hex 14 22 27 31 D 0 55 C4 20 C
Octal 24 42 47 61 15 0 125 304 40 14
Binary 10100 100010 100111 110001 1101 0 1010101 11000100 100000 1100

Color Harmonies of #142227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142227

Black with #142227

Text Example


Text Example

White with #142227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142227; }

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

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

background-color css

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

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

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

border-color css

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

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

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