#152123

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

Shades of Black Pearl #152123

Tints of Black Pearl #152123

Color information

#152123 (or 0x152123) is unknown color: approx Black Pearl. HEX triplet: 15, 21 and 23. RGB value is (21,33,35). Sum of RGB (Red+Green+Blue) = 21+33+35=89 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.60% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 35 (14.06% from 255 or 39.33% from 89); Max value from RGB is 35 - color contains mainly: blue. Hex color #152123 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152123 is #EADEDC. Grayscale: #1D1D1D. Windows color (decimal): -15392477 or 2302229. OLE color: 2302229.

HSL color Cylindrical-coordinate representation of color #152123: hue angle of 188.57º degrees, saturation: 0.25, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #152123 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB213335-
CMYK0.400.0600.86
HSL188.57º25%10.98%-
HSV(B)188.57º40%13.73%-
XYZ1.161.371.79-
YUV29.64131.02121.84-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 23.60%
GREEN value IS 33 (13.28% from 255) = 37.08%
BLUE value IS 35 (14.06% from 255) = 39.33%
R=23.60%
G=37.08%
B=39.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2133350.400.0600.86188.572510.98
Hex152123286056bd19b
Octal25414350601262753113
Binary101011000011000111010001100101011010111101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152123; }

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

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

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

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

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

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

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

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