#15272B

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

Shades of Black Pearl #15272B

Tints of Black Pearl #15272B

Color information

#15272B (or 0x15272B) is unknown color: approx Black Pearl. HEX triplet: 15, 27 and 2B. RGB value is (21,39,43). Sum of RGB (Red+Green+Blue) = 21+39+43=103 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.39% from 103); Green value is 39 (15.62% from 255 or 37.86% from 103); Blue value is 43 (17.19% from 255 or 41.75% from 103); Max value from RGB is 43 - color contains mainly: blue. Hex color #15272B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15272B is #EAD8D4. Grayscale: #222222. Windows color (decimal): -15390933 or 2828053. OLE color: 2828053.

HSL color Cylindrical-coordinate representation of color #15272B: hue angle of 190.91º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #15272B is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB213943-
CMYK0.510.0900.83
HSL190.91º34.38%12.55%-
HSV(B)190.91º51.16%16.86%-
XYZ1.471.782.55-
YUV34.07133.04118.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.39%
GREEN value IS 39 (15.62% from 255) = 37.86%
BLUE value IS 43 (17.19% from 255) = 41.75%
R=20.39%
G=37.86%
B=41.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2139430.510.0900.83190.9134.3812.55
Hex15272B339053bf22d
Octal254753631101232774215
Binary10101100111101011110011100101010011101111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15272B; }

 p { color: rgb(21,39,43); }

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

<style>
 a { background-color: #15272B; }

 a { background-color: rgb(21,39,43); }

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

<style>
 span { border-color: #15272B; }

 span { border-color: rgb(21,39,43); }

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