#15262C

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

Shades of Black Pearl #15262C

Tints of Black Pearl #15262C

Color information

#15262C (or 0x15262C) is unknown color: approx Black Pearl. HEX triplet: 15, 26 and 2C. RGB value is (21,38,44). Sum of RGB (Red+Green+Blue) = 21+38+44=103 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.39% from 103); Green value is 38 (15.23% from 255 or 36.89% from 103); Blue value is 44 (17.58% from 255 or 42.72% from 103); Max value from RGB is 44 - color contains mainly: blue. Hex color #15262C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15262C is #EAD9D3. Grayscale: #212121. Windows color (decimal): -15391188 or 2893333. OLE color: 2893333.

HSL color Cylindrical-coordinate representation of color #15262C: hue angle of 195.65º 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 #15262C is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB213844-
CMYK0.520.1400.83
HSL195.65º35.38%12.75%-
HSV(B)195.65º52.27%17.25%-
XYZ1.461.732.64-
YUV33.6133.87119.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.39%
GREEN value IS 38 (15.23% from 255) = 36.89%
BLUE value IS 44 (17.58% from 255) = 42.72%
R=20.39%
G=36.89%
B=42.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2138440.520.1400.83195.6535.3812.75
Hex15262C34E053c423d
Octal254654641601233044315
Binary10101100110101100110100111001010011110001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15262C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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