#16212F

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

Shades of Black Pearl #16212F

Tints of Black Pearl #16212F

Color information

#16212F (or 0x16212F) is unknown color: approx Black Pearl. HEX triplet: 16, 21 and 2F. RGB value is (22,33,47). Sum of RGB (Red+Green+Blue) = 22+33+47=102 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.57% from 102); Green value is 33 (13.28% from 255 or 32.35% from 102); Blue value is 47 (18.75% from 255 or 46.08% from 102); Max value from RGB is 47 - color contains mainly: blue. Hex color #16212F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16212F is #E9DED0. Grayscale: #1F1F1F. Windows color (decimal): -15326929 or 3088662. OLE color: 3088662.

HSL color Cylindrical-coordinate representation of color #16212F: hue angle of 213.6º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #16212F is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB223347-
CMYK0.530.3000.82
HSL213.6º36.23%13.53%-
HSV(B)213.6º53.19%18.43%-
XYZ1.391.462.9-
YUV31.31136.86121.36-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 21.57%
GREEN value IS 33 (13.28% from 255) = 32.35%
BLUE value IS 47 (18.75% from 255) = 46.08%
R=21.57%
G=32.35%
B=46.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2233470.530.3000.82213.636.2313.53
Hex16212F351E052d624e
Octal264157653601223264416
Binary101101000011011111101011111001010010110101101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16212F; }

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

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

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

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

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

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

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

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