#212B2E

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

Shades of Black Pearl #212B2E

Tints of Black Pearl #212B2E

Color information

#212B2E (or 0x212B2E) is unknown color: approx Black Pearl. HEX triplet: 21, 2B and 2E. RGB value is (33,43,46). Sum of RGB (Red+Green+Blue) = 33+43+46=122 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.05% from 122); Green value is 43 (17.19% from 255 or 35.25% from 122); Blue value is 46 (18.36% from 255 or 37.70% from 122); Max value from RGB is 46 - color contains mainly: blue. Hex color #212B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212B2E is #DED4D1. Grayscale: #282828. Windows color (decimal): -14603474 or 3025697. OLE color: 3025697.

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

Color convert

RGB334346-
CMYK0.280.0700.82
HSL193.85º16.46%15.49%-
HSV(B)193.85º28.26%18.04%-
XYZ1.982.252.91-
YUV40.35131.19122.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.05%
GREEN value IS 43 (17.19% from 255) = 35.25%
BLUE value IS 46 (18.36% from 255) = 37.70%
R=27.05%
G=35.25%
B=37.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3343460.280.0700.82193.8516.4615.49
Hex212B2E1C7052c210f
Octal41535634701223022017
Binary100001101011101110111001110101001011000010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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