#1F2123

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

Shades of Black Pearl #1F2123

Tints of Black Pearl #1F2123

Color information

#1F2123 (or 0x1F2123) is unknown color: approx Black Pearl. HEX triplet: 1F, 21 and 23. RGB value is (31,33,35). Sum of RGB (Red+Green+Blue) = 31+33+35=99 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31.31% from 99); Green value is 33 (13.28% from 255 or 33.33% from 99); Blue value is 35 (14.06% from 255 or 35.35% from 99); Max value from RGB is 35 - color contains mainly: blue. Hex color #1F2123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2123 is #E0DEDC. Grayscale: #202020. Windows color (decimal): -14737117 or 2302239. OLE color: 2302239.

HSL color Cylindrical-coordinate representation of color #1F2123: hue angle of 210º degrees, saturation: 0.06, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #1F2123 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB313335-
CMYK0.110.0600.86
HSL210º6.06%12.94%-
HSV(B)210º11.43%13.73%-
XYZ1.411.51.81-
YUV32.63129.34126.84-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31.31%
GREEN value IS 33 (13.28% from 255) = 33.33%
BLUE value IS 35 (14.06% from 255) = 35.35%
R=31.31%
G=33.33%
B=35.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3133350.110.0600.862106.0612.94
Hex1F2123B6056d26d
Octal3741431360126322615
Binary11111100001100011101111001010110110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,33,35); }

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

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

 a { background-color: rgb(31,33,35); }

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

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

 span { border-color: rgb(31,33,35); }

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