#15232E

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

Shades of Black Pearl #15232E

Tints of Black Pearl #15232E

Color information

#15232E (or 0x15232E) is unknown color: approx Black Pearl. HEX triplet: 15, 23 and 2E. RGB value is (21,35,46). Sum of RGB (Red+Green+Blue) = 21+35+46=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 35 (14.06% from 255 or 34.31% from 102); Blue value is 46 (18.36% from 255 or 45.10% from 102); Max value from RGB is 46 - color contains mainly: blue. Hex color #15232E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15232E is #EADCD1. Grayscale: #202020. Windows color (decimal): -15391954 or 3023637. OLE color: 3023637.

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

Color convert

RGB213546-
CMYK0.540.2400.82
HSL206.4º37.31%13.14%-
HSV(B)206.4º54.35%18.04%-
XYZ1.41.562.81-
YUV32.07135.86120.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.59%
GREEN value IS 35 (14.06% from 255) = 34.31%
BLUE value IS 46 (18.36% from 255) = 45.10%
R=20.59%
G=34.31%
B=45.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2135460.540.2400.82206.437.3113.14
Hex15232E3618052ce25d
Octal254356663001223164515
Binary101011000111011101101101100001010010110011101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15232E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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