#15232F

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

Shades of Black Pearl #15232F

Tints of Black Pearl #15232F

Color information

#15232F (or 0x15232F) is unknown color: approx Black Pearl. HEX triplet: 15, 23 and 2F. RGB value is (21,35,47). Sum of RGB (Red+Green+Blue) = 21+35+47=103 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.39% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 47 (18.75% from 255 or 45.63% from 103); Max value from RGB is 47 - color contains mainly: blue. Hex color #15232F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15232F is #EADCD0. Grayscale: #202020. Windows color (decimal): -15391953 or 3089173. OLE color: 3089173.

HSL color Cylindrical-coordinate representation of color #15232F: hue angle of 207.69º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #15232F is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB213547-
CMYK0.550.2600.82
HSL207.69º38.24%13.33%-
HSV(B)207.69º55.32%18.43%-
XYZ1.421.572.92-
YUV32.18136.36120.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.39%
GREEN value IS 35 (14.06% from 255) = 33.98%
BLUE value IS 47 (18.75% from 255) = 45.63%
R=20.39%
G=33.98%
B=45.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2135470.550.2600.82207.6938.2413.33
Hex15232F371A052d026d
Octal254357673201223204615
Binary101011000111011111101111101001010010110100001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15232F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15232F; }

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

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

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

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

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

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

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

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