Html Css Color HEX #142023 Black Pearl

📋 copy color: '#142023'

red 20 ◦ green 32 ◦ blue 35

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

Shades of Black Pearl #142023

Tints of Black Pearl #142023

RGB

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

 GREEN value IS 32 (12.89% from 255) = 36.78%

 BLUE value IS 35 (14.06% from 255) = 40.23%

R = 22.99%
G = 36.78%
B = 40.23%

CMYK

 C value IS 0.43

 M value IS 0.09

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#142023 (or 0x142023) is known color: Black Pearl. HEX triplet: 14, 20 and 23. RGB value is (20,32,35). Sum of RGB (Red+Green+Blue) = 20+32+35=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 35 (14.06% from 255 or 40.23% from 87); Max value from RGB is 35 - color contains mainly: blue. Hex color #142023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142023 is #EBDFDC. Grayscale: #1C1C1C. Windows color (decimal): -15458269 or 2301972. OLE color: 2301972.

HSL color Cylindrical-coordinate representation of color #142023: hue angle of 192º degrees, saturation: 0.27, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #142023 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 20 32 35 -
CMYK 0.43 0.09 0 0.86
HSL 192º 0.27% 0.11% -
HSV(B) 192º 0.43% 0.14% -
XYZ 1.11 1.3 1.78 -
YUV 28.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 20 32 35 0.43 0.09 0 0.86 192 0.27 0.11
Hex 14 20 23 2B 9 0 56 C0 1B B
Octal 24 40 43 53 11 0 126 300 33 13
Binary 10100 100000 100011 101011 1001 0 1010110 11000000 11011 1011

Color Harmonies of #142023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142023

Black with #142023

Text Example


Text Example

White with #142023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142023; }

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

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

background-color css

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

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

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

border-color css

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

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

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