Html Css Color HEX #142326 Black Pearl

📋 copy color: '#142326'

red 20 ◦ green 35 ◦ blue 38

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

Shades of Black Pearl #142326

Tints of Black Pearl #142326

RGB

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

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

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

R = 21.51%
G = 37.63%
B = 40.86%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#142326 (or 0x142326) is known color: Black Pearl. HEX triplet: 14, 23 and 26. RGB value is (20,35,38). Sum of RGB (Red+Green+Blue) = 20+35+38=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 35 (14.06% from 255 or 37.63% from 93); Blue value is 38 (15.23% from 255 or 40.86% from 93); Max value from RGB is 38 - color contains mainly: blue. Hex color #142326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142326 is #EBDCD9. Grayscale: #1E1E1E. Windows color (decimal): -15457498 or 2499348. OLE color: 2499348.

HSL color Cylindrical-coordinate representation of color #142326: hue angle of 190º 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 #142326 is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 35 38 -
CMYK 0.47 0.08 0 0.85
HSL 190º 0.31% 0.11% -
HSV(B) 190º 0.47% 0.15% -
XYZ 1.24 1.49 2.06 -
YUV 30.86 132.03 120.26 -
System Red Green Blue C M Y K H S L
Decimal 20 35 38 0.47 0.08 0 0.85 190 0.31 0.11
Hex 14 23 26 2F 8 0 55 BE 1F B
Octal 24 43 46 57 10 0 125 276 37 13
Binary 10100 100011 100110 101111 1000 0 1010101 10111110 11111 1011

Color Harmonies of #142326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142326

Black with #142326

Text Example


Text Example

White with #142326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142326; }

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

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

background-color css

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

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

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

border-color css

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

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

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