#14252C

Color #14252C Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #14252C

Tints of Black Pearl #14252C

Color information

#14252C (or 0x14252C) is unknown color: approx Black Pearl. HEX triplet: 14, 25 and 2C. RGB value is (20,37,44). Sum of RGB (Red+Green+Blue) = 20+37+44=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 37 (14.84% from 255 or 36.63% from 101); Blue value is 44 (17.58% from 255 or 43.56% from 101); Max value from RGB is 44 - color contains mainly: blue. Hex color #14252C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14252C is #EBDAD3. Grayscale: #202020. Windows color (decimal): -15456980 or 2893076. OLE color: 2893076.

HSL color Cylindrical-coordinate representation of color #14252C: hue angle of 197.5º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #14252C is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB203744-
CMYK0.550.1600.83
HSL197.5º37.5%12.55%-
HSV(B)197.5º54.55%17.25%-
XYZ1.41.652.63-
YUV32.71134.37118.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.80%
GREEN value IS 37 (14.84% from 255) = 36.63%
BLUE value IS 44 (17.58% from 255) = 43.56%
R=19.80%
G=36.63%
B=43.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2037440.550.1600.83197.537.512.55
Hex14252C3710053c625d
Octal244554672001233064515
Binary101001001011011001101111000001010011110001101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14252C; }

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

 H1.HeaderClassName
 {
   color: #14252C;
 }
 .AnyTagClassName
 {
   color: #14252C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #14252C;
 }
 .BgClassName
 {
   background-color: #14252C;
 }
</style>
border-color css

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

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

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