#15232C

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

Shades of Black Pearl #15232C

Tints of Black Pearl #15232C

Color information

#15232C (or 0x15232C) is unknown color: approx Black Pearl. HEX triplet: 15, 23 and 2C. RGB value is (21,35,44). Sum of RGB (Red+Green+Blue) = 21+35+44=100 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 44 (17.58% from 255 or 44% from 100); Max value from RGB is 44 - color contains mainly: blue. Hex color #15232C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15232C is #EADCD3. Grayscale: #1F1F1F. Windows color (decimal): -15391956 or 2892565. OLE color: 2892565.

HSL color Cylindrical-coordinate representation of color #15232C: hue angle of 203.48º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #15232C is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB213544-
CMYK0.520.2000.83
HSL203.48º35.38%12.75%-
HSV(B)203.48º52.27%17.25%-
XYZ1.361.542.61-
YUV31.84134.86120.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21%
GREEN value IS 35 (14.06% from 255) = 35%
BLUE value IS 44 (17.58% from 255) = 44%
R=21%
G=35%
B=44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2135440.520.2000.83203.4835.3812.75
Hex15232C3414053cb23d
Octal254354642401233134315
Binary101011000111011001101001010001010011110010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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