#15232D

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

Shades of Black Pearl #15232D

Tints of Black Pearl #15232D

Color information

#15232D (or 0x15232D) is unknown color: approx Black Pearl. HEX triplet: 15, 23 and 2D. RGB value is (21,35,45). Sum of RGB (Red+Green+Blue) = 21+35+45=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 35 (14.06% from 255 or 34.65% 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 #15232D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15232D is #EADCD2. Grayscale: #1F1F1F. Windows color (decimal): -15391955 or 2958101. OLE color: 2958101.

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

Color convert

RGB213545-
CMYK0.530.2200.82
HSL205º36.36%12.94%-
HSV(B)205º53.33%17.65%-
XYZ1.381.552.71-
YUV31.95135.36120.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.79%
GREEN value IS 35 (14.06% from 255) = 34.65%
BLUE value IS 45 (17.97% from 255) = 44.55%
R=20.79%
G=34.65%
B=44.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2135450.530.2200.8220536.3612.94
Hex15232D3516052cd24d
Octal254355652601223154415
Binary101011000111011011101011011001010010110011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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