#17232E

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

Shades of Black Pearl #17232E

Tints of Black Pearl #17232E

Color information

#17232E (or 0x17232E) is unknown color: approx Black Pearl. HEX triplet: 17, 23 and 2E. RGB value is (23,35,46). Sum of RGB (Red+Green+Blue) = 23+35+46=104 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.12% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 46 (18.36% from 255 or 44.23% from 104); Max value from RGB is 46 - color contains mainly: blue. Hex color #17232E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17232E is #E8DCD1. Grayscale: #202020. Windows color (decimal): -15260882 or 3023639. OLE color: 3023639.

HSL color Cylindrical-coordinate representation of color #17232E: hue angle of 208.7º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #17232E is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB233546-
CMYK0.500.2400.82
HSL208.7º33.33%13.53%-
HSV(B)208.7º50%18.04%-
XYZ1.451.582.81-
YUV32.67135.52121.11-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 22.12%
GREEN value IS 35 (14.06% from 255) = 33.65%
BLUE value IS 46 (18.36% from 255) = 44.23%
R=22.12%
G=33.65%
B=44.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2335460.500.2400.82208.733.3313.53
Hex17232E3218052d121e
Octal274356623001223214116
Binary101111000111011101100101100001010010110100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17232E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17232E; }

 p { color: rgb(23,35,46); }

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

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

 a { background-color: rgb(23,35,46); }

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

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

 span { border-color: rgb(23,35,46); }

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