Html Css Color HEX #142024 Black Pearl

📋 copy color: '#142024'

red 20 ◦ green 32 ◦ blue 36

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

Shades of Black Pearl #142024

Tints of Black Pearl #142024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 40.91%

R = 22.73%
G = 36.36%
B = 40.91%

CMYK

 C value IS 0.44

 M value IS 0.11

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#142024 (or 0x142024) is known color: Black Pearl. HEX triplet: 14, 20 and 24. RGB value is (20,32,36). Sum of RGB (Red+Green+Blue) = 20+32+36=88 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.73% from 88); Green value is 32 (12.89% from 255 or 36.36% from 88); Blue value is 36 (14.45% from 255 or 40.91% from 88); Max value from RGB is 36 - color contains mainly: blue. Hex color #142024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142024 is #EBDFDB. Grayscale: #1C1C1C. Windows color (decimal): -15458268 or 2367508. OLE color: 2367508.

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

Color convert

RGB 20 32 36 -
CMYK 0.44 0.11 0 0.86
HSL 195º 0.29% 0.11% -
HSV(B) 195º 0.44% 0.14% -
XYZ 1.12 1.31 1.86 -
YUV 28.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 20 32 36 0.44 0.11 0 0.86 195 0.29 0.11
Hex 14 20 24 2C B 0 56 C3 1D B
Octal 24 40 44 54 13 0 126 303 35 13
Binary 10100 100000 100100 101100 1011 0 1010110 11000011 11101 1011

Color Harmonies of #142024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142024

Black with #142024

Text Example


Text Example

White with #142024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142024; }

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

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

background-color css

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

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

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

border-color css

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

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

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