#212627

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

Shades of Black Pearl #212627

Tints of Black Pearl #212627

Color information

#212627 (or 0x212627) is unknown color: approx Black Pearl. HEX triplet: 21, 26 and 27. RGB value is (33,38,39). Sum of RGB (Red+Green+Blue) = 33+38+39=110 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30% from 110); Green value is 38 (15.23% from 255 or 34.55% from 110); Blue value is 39 (15.62% from 255 or 35.45% from 110); Max value from RGB is 39 - color contains mainly: blue. Hex color #212627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212627 is #DED9D8. Grayscale: #242424. Windows color (decimal): -14604761 or 2565665. OLE color: 2565665.

HSL color Cylindrical-coordinate representation of color #212627: hue angle of 190º degrees, saturation: 0.08, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #212627 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB333839-
CMYK0.150.0300.85
HSL190º8.33%14.12%-
HSV(B)190º15.38%15.29%-
XYZ1.691.862.19-
YUV36.62129.34125.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30%
GREEN value IS 38 (15.23% from 255) = 34.55%
BLUE value IS 39 (15.62% from 255) = 35.45%
R=30%
G=34.55%
B=35.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3338390.150.0300.851908.3314.12
Hex212627F3055be8e
Octal41464717301252761016
Binary100001100110100111111111010101011011111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212627; }

 p { color: rgb(33,38,39); }

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

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

 a { background-color: rgb(33,38,39); }

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

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

 span { border-color: rgb(33,38,39); }

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