Shades of Black Pearl #1F272A
Tints of Black Pearl #1F272A
RGB
CMYK
RGB Variations
Color information
#1F272A (or 0x1F272A) is known color: Black Pearl. HEX triplet: 1F, 27 and 2A. RGB value is (31,39,42). Sum of RGB (Red+Green+Blue) = 31+39+42=112 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.68% from 112); Green value is 39 (15.62% from 255 or 34.82% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 42 - color contains mainly: blue. Hex color #1F272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F272A is #E0D8D5. Grayscale: #242424. Windows color (decimal): -14735574 or 2762527. OLE color: 2762527.
HSL color Cylindrical-coordinate representation of color #1F272A: hue angle of 196.36º degrees, saturation: 0.15, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1F272A is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
RGB | 31 | 39 | 42 | - |
CMYK | 0.26 | 0.07 | 0 | 0.84 |
HSL | 196.36º | 0.15% | 0.14% | - |
HSV(B) | 196.36º | 0.26% | 0.16% | - |
XYZ | 1.71 | 1.91 | 2.47 | - |
YUV | 36.95 | 130.85 | 123.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 39 | 42 | 0.26 | 0.07 | 0 | 0.84 | 196.36 | 0.15 | 0.14 |
Hex | 1F | 27 | 2A | 1A | 7 | 0 | 54 | C4 | F | E |
Octal | 37 | 47 | 52 | 32 | 7 | 0 | 124 | 304 | 17 | 16 |
Binary | 11111 | 100111 | 101010 | 11010 | 111 | 0 | 1010100 | 11000100 | 1111 | 1110 |
Color Harmonies of #1F272A
Complementary color
Monochromatic Colors of #1F272A
Black with #1F272A
Text Example
Text Example
White with #1F272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F272A; }
p { color: rgb(31,39,42); }
H1.HeaderClassName
{
color: #1F272A;
}
.AnyTagClassName
{
color: #1F272A;
}
</style>
background-color css
<style>
a { background-color: #1F272A; }
a { background-color: rgb(31,39,42); }
div.DivClassName
{
background-color: #1F272A;
}
.BgClassName
{
background-color: #1F272A;
}
</style>
border-color css
<style>
span { border-color: #1F272A; }
span { border-color: rgb(31,39,42); }
td.TdClassName
{
border-color: #1F272A;
}
.TagClassName
{
border-color: #1F272A;
}
</style>