#0F2532

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

Shades of Black Pearl #0F2532

Tints of Black Pearl #0F2532

Color information

#0F2532 (or 0x0F2532) is unknown color: approx Black Pearl. HEX triplet: 0F, 25 and 32. RGB value is (15,37,50). Sum of RGB (Red+Green+Blue) = 15+37+50=102 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.71% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 50 (19.92% from 255 or 49.02% from 102); Max value from RGB is 50 - color contains mainly: blue. Hex color #0F2532 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2532 is #F0DACD. Grayscale: #1F1F1F. Windows color (decimal): -15784654 or 3286287. OLE color: 3286287.

HSL color Cylindrical-coordinate representation of color #0F2532: hue angle of 202.29º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0F2532 is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB153750-
CMYK0.700.2600.80
HSL202.29º53.85%12.75%-
HSV(B)202.29º70%19.61%-
XYZ1.431.653.26-
YUV31.9138.21115.94-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.71%
GREEN value IS 37 (14.84% from 255) = 36.27%
BLUE value IS 50 (19.92% from 255) = 49.02%
R=14.71%
G=36.27%
B=49.02%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1537500.700.2600.80202.2953.8512.75
HexF2532461A050ca36d
Octal1745621063201203126615
Binary111110010111001010001101101001010000110010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F2532; }

 p { color: rgb(15,37,50); }

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

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

 a { background-color: rgb(15,37,50); }

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

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

 span { border-color: rgb(15,37,50); }

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