#0F1C27

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

Shades of Black Pearl #0F1C27

Tints of Black Pearl #0F1C27

Color information

#0F1C27 (or 0x0F1C27) is unknown color: approx Black Pearl. HEX triplet: 0F, 1C and 27. RGB value is (15,28,39). Sum of RGB (Red+Green+Blue) = 15+28+39=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 28 (11.33% from 255 or 34.15% from 82); Blue value is 39 (15.62% from 255 or 47.56% from 82); Max value from RGB is 39 - color contains mainly: blue. Hex color #0F1C27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1C27 is #F0E3D8. Grayscale: #191919. Windows color (decimal): -15786969 or 2563087. OLE color: 2563087.

HSL color Cylindrical-coordinate representation of color #0F1C27: hue angle of 207.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 #0F1C27 is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB152839-
CMYK0.620.2800.85
HSL207.5º44.44%10.59%-
HSV(B)207.5º61.54%15.29%-
XYZ0.981.082.08-
YUV25.37135.69120.61-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.29%
GREEN value IS 28 (11.33% from 255) = 34.15%
BLUE value IS 39 (15.62% from 255) = 47.56%
R=18.29%
G=34.15%
B=47.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1528390.620.2800.85207.544.4410.59
HexF1C273E1C055d02cb
Octal173447763401253205413
Binary1111111001001111111101110001010101110100001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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