#17212A

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

Shades of Black Pearl #17212A

Tints of Black Pearl #17212A

Color information

#17212A (or 0x17212A) is unknown color: approx Black Pearl. HEX triplet: 17, 21 and 2A. RGB value is (23,33,42). Sum of RGB (Red+Green+Blue) = 23+33+42=98 (12% of max value = 765). Red value is 23 (9.38% from 255 or 23.47% from 98); Green value is 33 (13.28% from 255 or 33.67% from 98); Blue value is 42 (16.80% from 255 or 42.86% from 98); Max value from RGB is 42 - color contains mainly: blue. Hex color #17212A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17212A is #E8DED5. Grayscale: #1E1E1E. Windows color (decimal): -15261398 or 2760983. OLE color: 2760983.

HSL color Cylindrical-coordinate representation of color #17212A: hue angle of 208.42º degrees, saturation: 0.29, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #17212A is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB233342-
CMYK0.450.2100.84
HSL208.42º29.23%12.75%-
HSV(B)208.42º45.24%16.47%-
XYZ1.321.442.4-
YUV31.04134.19122.27-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 23.47%
GREEN value IS 33 (13.28% from 255) = 33.67%
BLUE value IS 42 (16.80% from 255) = 42.86%
R=23.47%
G=33.67%
B=42.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2333420.450.2100.84208.4229.2312.75
Hex17212A2D15054d01dd
Octal274152552501243203515
Binary10111100001101010101101101010101010011010000111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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