#17212D

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

Shades of Black Pearl #17212D

Tints of Black Pearl #17212D

Color information

#17212D (or 0x17212D) is unknown color: approx Black Pearl. HEX triplet: 17, 21 and 2D. RGB value is (23,33,45). Sum of RGB (Red+Green+Blue) = 23+33+45=101 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.77% from 101); Green value is 33 (13.28% from 255 or 32.67% from 101); Blue value is 45 (17.97% from 255 or 44.55% from 101); Max value from RGB is 45 - color contains mainly: blue. Hex color #17212D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17212D is #E8DED2. Grayscale: #1F1F1F. Windows color (decimal): -15261395 or 2957591. OLE color: 2957591.

HSL color Cylindrical-coordinate representation of color #17212D: hue angle of 212.73º degrees, saturation: 0.32, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #17212D is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB233345-
CMYK0.490.2700.82
HSL212.73º32.35%13.33%-
HSV(B)212.73º48.89%17.65%-
XYZ1.371.462.69-
YUV31.38135.69122.02-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 22.77%
GREEN value IS 33 (13.28% from 255) = 32.67%
BLUE value IS 45 (17.97% from 255) = 44.55%
R=22.77%
G=32.67%
B=44.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2333450.490.2700.82212.7332.3513.33
Hex17212D311B052d520d
Octal274155613301223254015
Binary101111000011011011100011101101010010110101011000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17212D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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