#17232D

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

Shades of Black Pearl #17232D

Tints of Black Pearl #17232D

Color information

#17232D (or 0x17232D) is unknown color: approx Black Pearl. HEX triplet: 17, 23 and 2D. RGB value is (23,35,45). Sum of RGB (Red+Green+Blue) = 23+35+45=103 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.33% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 45 - color contains mainly: blue. Hex color #17232D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17232D is #E8DCD2. Grayscale: #202020. Windows color (decimal): -15260883 or 2958103. OLE color: 2958103.

HSL color Cylindrical-coordinate representation of color #17232D: hue angle of 207.27º 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 #17232D is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB233545-
CMYK0.490.2200.82
HSL207.27º32.35%13.33%-
HSV(B)207.27º48.89%17.65%-
XYZ1.431.572.71-
YUV32.55135.02121.19-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 22.33%
GREEN value IS 35 (14.06% from 255) = 33.98%
BLUE value IS 45 (17.97% from 255) = 43.69%
R=22.33%
G=33.98%
B=43.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2335450.490.2200.82207.2732.3513.33
Hex17232D3116052cf20d
Octal274355612601223174015
Binary101111000111011011100011011001010010110011111000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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