#0F2025

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

Shades of Black Pearl #0F2025

Tints of Black Pearl #0F2025

Color information

#0F2025 (or 0x0F2025) is unknown color: approx Black Pearl. HEX triplet: 0F, 20 and 25. RGB value is (15,32,37). Sum of RGB (Red+Green+Blue) = 15+32+37=84 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.86% from 84); Green value is 32 (12.89% from 255 or 38.10% from 84); Blue value is 37 (14.84% from 255 or 44.05% from 84); Max value from RGB is 37 - color contains mainly: blue. Hex color #0F2025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2025 is #F0DFDA. Grayscale: #1B1B1B. Windows color (decimal): -15785947 or 2433039. OLE color: 2433039.

HSL color Cylindrical-coordinate representation of color #0F2025: hue angle of 193.64º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0F2025 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB153237-
CMYK0.590.1400.85
HSL193.64º42.31%10.2%-
HSV(B)193.64º59.46%14.51%-
XYZ1.051.271.94-
YUV27.49133.37119.09-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.86%
GREEN value IS 32 (12.89% from 255) = 38.10%
BLUE value IS 37 (14.84% from 255) = 44.05%
R=17.86%
G=38.10%
B=44.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1532370.590.1400.85193.6442.3110.2
HexF20253BE055c22aa
Octal174045731601253025212
Binary1111100000100101111011111001010101110000101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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