#1F2D31

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

Shades of Black Pearl #1F2D31

Tints of Black Pearl #1F2D31

Color information

#1F2D31 (or 0x1F2D31) is unknown color: approx Black Pearl. HEX triplet: 1F, 2D and 31. RGB value is (31,45,49). Sum of RGB (Red+Green+Blue) = 31+45+49=125 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.8% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 49 (19.53% from 255 or 39.2% from 125); Max value from RGB is 49 - color contains mainly: blue. Hex color #1F2D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2D31 is #E0D2CE. Grayscale: #292929. Windows color (decimal): -14734031 or 3222815. OLE color: 3222815.

HSL color Cylindrical-coordinate representation of color #1F2D31: hue angle of 193.33º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1F2D31 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB314549-
CMYK0.370.0800.81
HSL193.33º22.5%15.69%-
HSV(B)193.33º36.73%19.22%-
XYZ2.062.393.26-
YUV41.27132.36120.67-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.8%
GREEN value IS 45 (17.97% from 255) = 36%
BLUE value IS 49 (19.53% from 255) = 39.2%
R=24.8%
G=36%
B=39.2%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3145490.370.0800.81193.3322.515.69
Hex1F2D31258051c11610
Octal375561451001213012620
Binary11111101101110001100101100001010001110000011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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