#14252F

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

Shades of Black Pearl #14252F

Tints of Black Pearl #14252F

Color information

#14252F (or 0x14252F) is unknown color: approx Black Pearl. HEX triplet: 14, 25 and 2F. RGB value is (20,37,47). Sum of RGB (Red+Green+Blue) = 20+37+47=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 47 (18.75% from 255 or 45.19% from 104); Max value from RGB is 47 - color contains mainly: blue. Hex color #14252F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14252F is #EBDAD0. Grayscale: #212121. Windows color (decimal): -15456977 or 3089684. OLE color: 3089684.

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

Color convert

RGB203747-
CMYK0.570.2100.82
HSL202.22º40.3%13.14%-
HSV(B)202.22º57.45%18.43%-
XYZ1.461.682.94-
YUV33.06135.87118.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.23%
GREEN value IS 37 (14.84% from 255) = 35.58%
BLUE value IS 47 (18.75% from 255) = 45.19%
R=19.23%
G=35.58%
B=45.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2037470.570.2100.82202.2240.313.14
Hex14252F3915052ca28d
Octal244557712501223125015
Binary101001001011011111110011010101010010110010101010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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