#1F292F

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

Shades of Black Pearl #1F292F

Tints of Black Pearl #1F292F

Color information

#1F292F (or 0x1F292F) is unknown color: approx Black Pearl. HEX triplet: 1F, 29 and 2F. RGB value is (31,41,47). Sum of RGB (Red+Green+Blue) = 31+41+47=119 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.05% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 47 (18.75% from 255 or 39.50% from 119); Max value from RGB is 47 - color contains mainly: blue. Hex color #1F292F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F292F is #E0D6D0. Grayscale: #262626. Windows color (decimal): -14735057 or 3090719. OLE color: 3090719.

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

Color convert

RGB314147-
CMYK0.340.1300.82
HSL202.5º20.51%15.29%-
HSV(B)202.5º34.04%18.43%-
XYZ1.872.082.99-
YUV38.69132.69122.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.05%
GREEN value IS 41 (16.41% from 255) = 34.45%
BLUE value IS 47 (18.75% from 255) = 39.50%
R=26.05%
G=34.45%
B=39.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3141470.340.1300.82202.520.5115.29
Hex1F292F22D052ca15f
Octal375157421501223122517
Binary1111110100110111110001011010101001011001010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,41,47); }

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

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

 a { background-color: rgb(31,41,47); }

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

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

 span { border-color: rgb(31,41,47); }

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