#17232B

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

Shades of Black Pearl #17232B

Tints of Black Pearl #17232B

Color information

#17232B (or 0x17232B) is unknown color: approx Black Pearl. HEX triplet: 17, 23 and 2B. RGB value is (23,35,43). Sum of RGB (Red+Green+Blue) = 23+35+43=101 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.77% from 101); Green value is 35 (14.06% from 255 or 34.65% from 101); Blue value is 43 (17.19% from 255 or 42.57% from 101); Max value from RGB is 43 - color contains mainly: blue. Hex color #17232B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17232B is #E8DCD4. Grayscale: #202020. Windows color (decimal): -15260885 or 2827031. OLE color: 2827031.

HSL color Cylindrical-coordinate representation of color #17232B: hue angle of 204º degrees, saturation: 0.3, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #17232B is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB233543-
CMYK0.470.1900.83
HSL204º30.3%12.94%-
HSV(B)204º46.51%16.86%-
XYZ1.391.562.51-
YUV32.32134.02121.35-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 22.77%
GREEN value IS 35 (14.06% from 255) = 34.65%
BLUE value IS 43 (17.19% from 255) = 42.57%
R=22.77%
G=34.65%
B=42.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2335430.470.1900.8320430.312.94
Hex17232B2F13053cc1ed
Octal274353572301233143615
Binary10111100011101011101111100110101001111001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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