#1F272D

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

Shades of Black Pearl #1F272D

Tints of Black Pearl #1F272D

Color information

#1F272D (or 0x1F272D) is unknown color: approx Black Pearl. HEX triplet: 1F, 27 and 2D. RGB value is (31,39,45). Sum of RGB (Red+Green+Blue) = 31+39+45=115 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.96% from 115); Green value is 39 (15.62% from 255 or 33.91% from 115); Blue value is 45 (17.97% from 255 or 39.13% from 115); Max value from RGB is 45 - color contains mainly: blue. Hex color #1F272D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F272D is #E0D8D2. Grayscale: #252525. Windows color (decimal): -14735571 or 2959135. OLE color: 2959135.

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

Color convert

RGB313945-
CMYK0.310.1300.82
HSL205.71º18.42%14.9%-
HSV(B)205.71º31.11%17.65%-
XYZ1.761.932.76-
YUV37.29132.35123.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.96%
GREEN value IS 39 (15.62% from 255) = 33.91%
BLUE value IS 45 (17.97% from 255) = 39.13%
R=26.96%
G=33.91%
B=39.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3139450.310.1300.82205.7118.4214.9
Hex1F272D1FD052ce12f
Octal374755371501223162217
Binary111111001111011011111111010101001011001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F272D; }

 p { color: rgb(31,39,45); }

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

<style>
 a { background-color: #1F272D; }

 a { background-color: rgb(31,39,45); }

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

<style>
 span { border-color: #1F272D; }

 span { border-color: rgb(31,39,45); }

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