#14232A

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

Shades of Black Pearl #14232A

Tints of Black Pearl #14232A

Color information

#14232A (or 0x14232A) is unknown color: approx Black Pearl. HEX triplet: 14, 23 and 2A. RGB value is (20,35,42). Sum of RGB (Red+Green+Blue) = 20+35+42=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 42 (16.80% from 255 or 43.30% from 97); Max value from RGB is 42 - color contains mainly: blue. Hex color #14232A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14232A is #EBDCD5. Grayscale: #1F1F1F. Windows color (decimal): -15457494 or 2761492. OLE color: 2761492.

HSL color Cylindrical-coordinate representation of color #14232A: hue angle of 199.09º degrees, saturation: 0.35, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #14232A is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB203542-
CMYK0.520.1700.84
HSL199.09º35.48%12.16%-
HSV(B)199.09º52.38%16.47%-
XYZ1.311.522.41-
YUV31.31134.03119.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.62%
GREEN value IS 35 (14.06% from 255) = 36.08%
BLUE value IS 42 (16.80% from 255) = 43.30%
R=20.62%
G=36.08%
B=43.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2035420.520.1700.84199.0935.4812.16
Hex14232A3411054c723c
Octal244352642101243074314
Binary101001000111010101101001000101010100110001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14232A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14232A; }

 p { color: rgb(20,35,42); }

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

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

 a { background-color: rgb(20,35,42); }

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

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

 span { border-color: rgb(20,35,42); }

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