#0F2027

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

Shades of Black Pearl #0F2027

Tints of Black Pearl #0F2027

Color information

#0F2027 (or 0x0F2027) is unknown color: approx Black Pearl. HEX triplet: 0F, 20 and 27. RGB value is (15,32,39). Sum of RGB (Red+Green+Blue) = 15+32+39=86 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.44% from 86); Green value is 32 (12.89% from 255 or 37.21% from 86); Blue value is 39 (15.62% from 255 or 45.35% from 86); Max value from RGB is 39 - color contains mainly: blue. Hex color #0F2027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2027 is #F0DFD8. Grayscale: #1B1B1B. Windows color (decimal): -15785945 or 2564111. OLE color: 2564111.

HSL color Cylindrical-coordinate representation of color #0F2027: hue angle of 197.5º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F2027 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB153239-
CMYK0.620.1800.85
HSL197.5º44.44%10.59%-
HSV(B)197.5º61.54%15.29%-
XYZ1.081.282.11-
YUV27.71134.37118.93-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.44%
GREEN value IS 32 (12.89% from 255) = 37.21%
BLUE value IS 39 (15.62% from 255) = 45.35%
R=17.44%
G=37.21%
B=45.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1532390.620.1800.85197.544.4410.59
HexF20273E12055c62cb
Octal174047762201253065413
Binary11111000001001111111101001001010101110001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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