#1F292C

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

Shades of Black Pearl #1F292C

Tints of Black Pearl #1F292C

Color information

#1F292C (or 0x1F292C) is unknown color: approx Black Pearl. HEX triplet: 1F, 29 and 2C. RGB value is (31,41,44). Sum of RGB (Red+Green+Blue) = 31+41+44=116 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.72% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 44 - color contains mainly: blue. Hex color #1F292C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F292C is #E0D6D3. Grayscale: #262626. Windows color (decimal): -14735060 or 2894111. OLE color: 2894111.

HSL color Cylindrical-coordinate representation of color #1F292C: hue angle of 193.85º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1F292C is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB314144-
CMYK0.300.0700.83
HSL193.85º17.33%14.71%-
HSV(B)193.85º29.55%17.25%-
XYZ1.812.062.68-
YUV38.35131.19122.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.72%
GREEN value IS 41 (16.41% from 255) = 35.34%
BLUE value IS 44 (17.58% from 255) = 37.93%
R=26.72%
G=35.34%
B=37.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3141440.300.0700.83193.8517.3314.71
Hex1F292C1E7053c211f
Octal37515436701233022117
Binary11111101001101100111101110101001111000010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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