Html Css Color HEX #142328 Black Pearl

📋 copy color: '#142328'

red 20 ◦ green 35 ◦ blue 40

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

Shades of Black Pearl #142328

Tints of Black Pearl #142328

RGB

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

 GREEN value IS 35 (14.06% from 255) = 36.84%

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

R = 21.05%
G = 36.84%
B = 42.11%

CMYK

 C value IS 0.5

 M value IS 0.12

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#142328 (or 0x142328) is known color: Black Pearl. HEX triplet: 14, 23 and 28. RGB value is (20,35,40). Sum of RGB (Red+Green+Blue) = 20+35+40=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 35 (14.06% from 255 or 36.84% from 95); Blue value is 40 (16.02% from 255 or 42.11% from 95); Max value from RGB is 40 - color contains mainly: blue. Hex color #142328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142328 is #EBDCD7. Grayscale: #1F1F1F. Windows color (decimal): -15457496 or 2630420. OLE color: 2630420.

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

Color convert

RGB 20 35 40 -
CMYK 0.5 0.12 0 0.84
HSL 195º 0.33% 0.12% -
HSV(B) 195º 0.5% 0.16% -
XYZ 1.27 1.5 2.23 -
YUV 31.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 20 35 40 0.5 0.12 0 0.84 195 0.33 0.12
Hex 14 23 28 32 C 0 54 C3 21 C
Octal 24 43 50 62 14 0 124 303 41 14
Binary 10100 100011 101000 110010 1100 0 1010100 11000011 100001 1100

Color Harmonies of #142328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142328

Black with #142328

Text Example


Text Example

White with #142328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142328; }

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

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

background-color css

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

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

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

border-color css

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

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

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