#14252B

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

Shades of Black Pearl #14252B

Tints of Black Pearl #14252B

Color information

#14252B (or 0x14252B) is unknown color: approx Black Pearl. HEX triplet: 14, 25 and 2B. RGB value is (20,37,43). Sum of RGB (Red+Green+Blue) = 20+37+43=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 37 (14.84% from 255 or 37% from 100); Blue value is 43 (17.19% from 255 or 43% from 100); Max value from RGB is 43 - color contains mainly: blue. Hex color #14252B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14252B is #EBDAD4. Grayscale: #202020. Windows color (decimal): -15456981 or 2827540. OLE color: 2827540.

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

Color convert

RGB203743-
CMYK0.530.1400.83
HSL195.65º36.51%12.35%-
HSV(B)195.65º53.49%16.86%-
XYZ1.391.652.53-
YUV32.6133.87119.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20%
GREEN value IS 37 (14.84% from 255) = 37%
BLUE value IS 43 (17.19% from 255) = 43%
R=20%
G=37%
B=43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2037430.530.1400.83195.6536.5112.35
Hex14252B35E053c425c
Octal244553651601233044514
Binary10100100101101011110101111001010011110001001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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