#212B2F

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

Shades of Black Pearl #212B2F

Tints of Black Pearl #212B2F

Color information

#212B2F (or 0x212B2F) is unknown color: approx Black Pearl. HEX triplet: 21, 2B and 2F. RGB value is (33,43,47). Sum of RGB (Red+Green+Blue) = 33+43+47=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 43 (17.19% from 255 or 34.96% from 123); Blue value is 47 (18.75% from 255 or 38.21% from 123); Max value from RGB is 47 - color contains mainly: blue. Hex color #212B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212B2F is #DED4D0. Grayscale: #282828. Windows color (decimal): -14603473 or 3091233. OLE color: 3091233.

HSL color Cylindrical-coordinate representation of color #212B2F: hue angle of 197.14º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #212B2F is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB334347-
CMYK0.300.0900.82
HSL197.14º17.5%15.69%-
HSV(B)197.14º29.79%18.43%-
XYZ22.263.02-
YUV40.47131.69122.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.83%
GREEN value IS 43 (17.19% from 255) = 34.96%
BLUE value IS 47 (18.75% from 255) = 38.21%
R=26.83%
G=34.96%
B=38.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3343470.300.0900.82197.1417.515.69
Hex212B2F1E9052c51110
Octal415357361101223052120
Binary10000110101110111111110100101010010110001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,43,47); }

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

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

 a { background-color: rgb(33,43,47); }

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

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

 span { border-color: rgb(33,43,47); }

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