#141C1F

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

Shades of Black Pearl #141C1F

Tints of Black Pearl #141C1F

Color information

#141C1F (or 0x141C1F) is unknown color: approx Black Pearl. HEX triplet: 14, 1C and 1F. RGB value is (20,28,31). Sum of RGB (Red+Green+Blue) = 20+28+31=79 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.32% from 79); Green value is 28 (11.33% from 255 or 35.44% from 79); Blue value is 31 (12.5% from 255 or 39.24% from 79); Max value from RGB is 31 - color contains mainly: blue. Hex color #141C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C1F is #EBE3E0. Grayscale: #191919. Windows color (decimal): -15459297 or 2038804. OLE color: 2038804.

HSL color Cylindrical-coordinate representation of color #141C1F: hue angle of 196.36º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #141C1F is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB202831-
CMYK0.350.1000.88
HSL196.36º21.57%10%-
HSV(B)196.36º35.48%12.16%-
XYZ0.951.081.45-
YUV25.95130.85123.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.32%
GREEN value IS 28 (11.33% from 255) = 35.44%
BLUE value IS 31 (12.5% from 255) = 39.24%
R=25.32%
G=35.44%
B=39.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2028310.350.1000.88196.3621.5710
Hex141C1F23A058c416a
Octal243437431201303042612
Binary10100111001111110001110100101100011000100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141C1F; }

 p { color: rgb(20,28,31); }

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

<style>
 a { background-color: #141C1F; }

 a { background-color: rgb(20,28,31); }

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

<style>
 span { border-color: #141C1F; }

 span { border-color: rgb(20,28,31); }

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