#1F282B

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

Shades of Black Pearl #1F282B

Tints of Black Pearl #1F282B

Color information

#1F282B (or 0x1F282B) is unknown color: approx Black Pearl. HEX triplet: 1F, 28 and 2B. RGB value is (31,40,43). Sum of RGB (Red+Green+Blue) = 31+40+43=114 (15% of max value = 765). Red value is 31 (12.5% from 255 or 27.19% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 43 - color contains mainly: blue. Hex color #1F282B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F282B is #E0D7D4. Grayscale: #252525. Windows color (decimal): -14735317 or 2828319. OLE color: 2828319.

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

Color convert

RGB314043-
CMYK0.280.0700.83
HSL195º16.22%14.51%-
HSV(B)195º27.91%16.86%-
XYZ1.761.982.58-
YUV37.65131.02123.26-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 27.19%
GREEN value IS 40 (16.02% from 255) = 35.09%
BLUE value IS 43 (17.19% from 255) = 37.72%
R=27.19%
G=35.09%
B=37.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3140430.280.0700.8319516.2214.51
Hex1F282B1C7053c310f
Octal37505334701233032017
Binary11111101000101011111001110101001111000011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F282B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,40,43); }

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

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

 a { background-color: rgb(31,40,43); }

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

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

 span { border-color: rgb(31,40,43); }

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