#17212F

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

Shades of Black Pearl #17212F

Tints of Black Pearl #17212F

Color information

#17212F (or 0x17212F) is unknown color: approx Black Pearl. HEX triplet: 17, 21 and 2F. RGB value is (23,33,47). Sum of RGB (Red+Green+Blue) = 23+33+47=103 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.33% from 103); Green value is 33 (13.28% from 255 or 32.04% from 103); Blue value is 47 (18.75% from 255 or 45.63% from 103); Max value from RGB is 47 - color contains mainly: blue. Hex color #17212F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17212F is #E8DED0. Grayscale: #1F1F1F. Windows color (decimal): -15261393 or 3088663. OLE color: 3088663.

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

Color convert

RGB233347-
CMYK0.510.3000.82
HSL215º34.29%13.73%-
HSV(B)215º51.06%18.43%-
XYZ1.411.482.9-
YUV31.61136.69121.86-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 22.33%
GREEN value IS 33 (13.28% from 255) = 32.04%
BLUE value IS 47 (18.75% from 255) = 45.63%
R=22.33%
G=32.04%
B=45.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2333470.510.3000.8221534.2913.73
Hex17212F331E052d722e
Octal274157633601223274216
Binary101111000011011111100111111001010010110101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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