Html Css Color HEX #142225 Black Pearl

📋 copy color: '#142225'

red 20 ◦ green 34 ◦ blue 37

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

Shades of Black Pearl #142225

Tints of Black Pearl #142225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 40.66%

R = 21.98%
G = 37.36%
B = 40.66%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#142225 (or 0x142225) is known color: Black Pearl. HEX triplet: 14, 22 and 25. RGB value is (20,34,37). Sum of RGB (Red+Green+Blue) = 20+34+37=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 34 (13.67% from 255 or 37.36% from 91); Blue value is 37 (14.84% from 255 or 40.66% from 91); Max value from RGB is 37 - color contains mainly: blue. Hex color #142225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142225 is #EBDDDA. Grayscale: #1E1E1E. Windows color (decimal): -15457755 or 2433556. OLE color: 2433556.

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

Color convert

RGB 20 34 37 -
CMYK 0.46 0.08 0 0.85
HSL 190.59º 0.3% 0.11% -
HSV(B) 190.59º 0.46% 0.15% -
XYZ 1.19 1.43 1.96 -
YUV 30.16 131.86 120.76 -
System Red Green Blue C M Y K H S L
Decimal 20 34 37 0.46 0.08 0 0.85 190.59 0.3 0.11
Hex 14 22 25 2E 8 0 55 BF 1E B
Octal 24 42 45 56 10 0 125 277 36 13
Binary 10100 100010 100101 101110 1000 0 1010101 10111111 11110 1011

Color Harmonies of #142225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142225

Black with #142225

Text Example


Text Example

White with #142225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142225; }

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

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

background-color css

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

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

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

border-color css

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

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

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