#14252D

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

Shades of Black Pearl #14252D

Tints of Black Pearl #14252D

Color information

#14252D (or 0x14252D) is unknown color: approx Black Pearl. HEX triplet: 14, 25 and 2D. RGB value is (20,37,45). Sum of RGB (Red+Green+Blue) = 20+37+45=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 45 (17.97% from 255 or 44.12% from 102); Max value from RGB is 45 - color contains mainly: blue. Hex color #14252D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14252D is #EBDAD2. Grayscale: #202020. Windows color (decimal): -15456979 or 2958612. OLE color: 2958612.

HSL color Cylindrical-coordinate representation of color #14252D: hue angle of 199.2º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #14252D is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB203745-
CMYK0.560.1800.82
HSL199.2º38.46%12.75%-
HSV(B)199.2º55.56%17.65%-
XYZ1.421.662.73-
YUV32.83134.87118.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.61%
GREEN value IS 37 (14.84% from 255) = 36.27%
BLUE value IS 45 (17.97% from 255) = 44.12%
R=19.61%
G=36.27%
B=44.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2037450.560.1800.82199.238.4612.75
Hex14252D3812052c726d
Octal244555702201223074615
Binary101001001011011011110001001001010010110001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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