#152027

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

Shades of Black Pearl #152027

Tints of Black Pearl #152027

Color information

#152027 (or 0x152027) is unknown color: approx Black Pearl. HEX triplet: 15, 20 and 27. RGB value is (21,32,39). Sum of RGB (Red+Green+Blue) = 21+32+39=92 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.83% from 92); Green value is 32 (12.89% from 255 or 34.78% from 92); Blue value is 39 (15.62% from 255 or 42.39% from 92); Max value from RGB is 39 - color contains mainly: blue. Hex color #152027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152027 is #EADFD8. Grayscale: #1D1D1D. Windows color (decimal): -15392729 or 2564117. OLE color: 2564117.

HSL color Cylindrical-coordinate representation of color #152027: hue angle of 203.33º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #152027 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB213239-
CMYK0.460.1800.85
HSL203.33º30%11.76%-
HSV(B)203.33º46.15%15.29%-
XYZ1.191.342.12-
YUV29.51133.36121.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 22.83%
GREEN value IS 32 (12.89% from 255) = 34.78%
BLUE value IS 39 (15.62% from 255) = 42.39%
R=22.83%
G=34.78%
B=42.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2132390.460.1800.85203.333011.76
Hex1520272E12055cb1ec
Octal254047562201253133614
Binary10101100000100111101110100100101010111001011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152027; }

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

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

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

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

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

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

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

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