#15242F

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

Shades of Black Pearl #15242F

Tints of Black Pearl #15242F

Color information

#15242F (or 0x15242F) is unknown color: approx Black Pearl. HEX triplet: 15, 24 and 2F. RGB value is (21,36,47). Sum of RGB (Red+Green+Blue) = 21+36+47=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 36 (14.45% from 255 or 34.62% from 104); Blue value is 47 (18.75% from 255 or 45.19% from 104); Max value from RGB is 47 - color contains mainly: blue. Hex color #15242F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15242F is #EADBD0. Grayscale: #202020. Windows color (decimal): -15391697 or 3089429. OLE color: 3089429.

HSL color Cylindrical-coordinate representation of color #15242F: hue angle of 205.38º 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 #15242F is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB213647-
CMYK0.550.2300.82
HSL205.38º38.24%13.33%-
HSV(B)205.38º55.32%18.43%-
XYZ1.451.632.93-
YUV32.77136.03119.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.19%
GREEN value IS 36 (14.45% from 255) = 34.62%
BLUE value IS 47 (18.75% from 255) = 45.19%
R=20.19%
G=34.62%
B=45.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2136470.550.2300.82205.3838.2413.33
Hex15242F3717052cd26d
Octal254457672701223154615
Binary101011001001011111101111011101010010110011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15242F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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