#152127

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

Shades of Black Pearl #152127

Tints of Black Pearl #152127

Color information

#152127 (or 0x152127) is unknown color: approx Black Pearl. HEX triplet: 15, 21 and 27. RGB value is (21,33,39). Sum of RGB (Red+Green+Blue) = 21+33+39=93 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.58% from 93); Green value is 33 (13.28% from 255 or 35.48% from 93); Blue value is 39 (15.62% from 255 or 41.94% from 93); Max value from RGB is 39 - color contains mainly: blue. Hex color #152127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152127 is #EADED8. Grayscale: #1E1E1E. Windows color (decimal): -15392473 or 2564373. OLE color: 2564373.

HSL color Cylindrical-coordinate representation of color #152127: hue angle of 200º 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 #152127 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB213339-
CMYK0.460.1500.85
HSL200º30%11.76%-
HSV(B)200º46.15%15.29%-
XYZ1.221.392.12-
YUV30.1133.02121.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 22.58%
GREEN value IS 33 (13.28% from 255) = 35.48%
BLUE value IS 39 (15.62% from 255) = 41.94%
R=22.58%
G=35.48%
B=41.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2133390.460.1500.852003011.76
Hex1521272EF055c81ec
Octal254147561701253103614
Binary1010110000110011110111011110101010111001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152127; }

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

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

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

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

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

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

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

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