#212C31

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

Shades of Black Pearl #212C31

Tints of Black Pearl #212C31

Color information

#212C31 (or 0x212C31) is unknown color: approx Black Pearl. HEX triplet: 21, 2C and 31. RGB value is (33,44,49). Sum of RGB (Red+Green+Blue) = 33+44+49=126 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.19% from 126); Green value is 44 (17.58% from 255 or 34.92% from 126); Blue value is 49 (19.53% from 255 or 38.89% from 126); Max value from RGB is 49 - color contains mainly: blue. Hex color #212C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212C31 is #DED3CE. Grayscale: #292929. Windows color (decimal): -14603215 or 3222561. OLE color: 3222561.

HSL color Cylindrical-coordinate representation of color #212C31: hue angle of 198.75º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #212C31 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB334449-
CMYK0.330.1000.81
HSL198.75º19.51%16.08%-
HSV(B)198.75º32.65%19.22%-
XYZ2.082.353.25-
YUV41.28132.36122.09-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.19%
GREEN value IS 44 (17.58% from 255) = 34.92%
BLUE value IS 49 (19.53% from 255) = 38.89%
R=26.19%
G=34.92%
B=38.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3344490.330.1000.81198.7519.5116.08
Hex212C3121A051c71410
Octal415461411201213072420
Binary100001101100110001100001101001010001110001111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212C31; }

 p { color: rgb(33,44,49); }

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

<style>
 a { background-color: #212C31; }

 a { background-color: rgb(33,44,49); }

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

<style>
 span { border-color: #212C31; }

 span { border-color: rgb(33,44,49); }

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