#152023

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

Shades of Black Pearl #152023

Tints of Black Pearl #152023

Color information

#152023 (or 0x152023) is unknown color: approx Black Pearl. HEX triplet: 15, 20 and 23. RGB value is (21,32,35). Sum of RGB (Red+Green+Blue) = 21+32+35=88 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.86% from 88); Green value is 32 (12.89% from 255 or 36.36% from 88); Blue value is 35 (14.06% from 255 or 39.77% from 88); Max value from RGB is 35 - color contains mainly: blue. Hex color #152023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152023 is #EADFDC. Grayscale: #1D1D1D. Windows color (decimal): -15392733 or 2301973. OLE color: 2301973.

HSL color Cylindrical-coordinate representation of color #152023: hue angle of 192.86º 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 #152023 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB213235-
CMYK0.400.0900.86
HSL192.86º25%10.98%-
HSV(B)192.86º40%13.73%-
XYZ1.131.311.78-
YUV29.05131.36122.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 23.86%
GREEN value IS 32 (12.89% from 255) = 36.36%
BLUE value IS 35 (14.06% from 255) = 39.77%
R=23.86%
G=36.36%
B=39.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2132350.400.0900.86192.862510.98
Hex152023289056c119b
Octal254043501101263013113
Binary1010110000010001110100010010101011011000001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152023; }

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

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

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

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

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

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

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

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