#0F272C

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

Shades of Black Pearl #0F272C

Tints of Black Pearl #0F272C

Color information

#0F272C (or 0x0F272C) is unknown color: approx Black Pearl. HEX triplet: 0F, 27 and 2C. RGB value is (15,39,44). Sum of RGB (Red+Green+Blue) = 15+39+44=98 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.31% from 98); Green value is 39 (15.62% from 255 or 39.80% from 98); Blue value is 44 (17.58% from 255 or 44.90% from 98); Max value from RGB is 44 - color contains mainly: blue. Hex color #0F272C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F272C is #F0D8D3. Grayscale: #202020. Windows color (decimal): -15784148 or 2893583. OLE color: 2893583.

HSL color Cylindrical-coordinate representation of color #0F272C: hue angle of 190.34º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0F272C is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB153944-
CMYK0.660.1100.83
HSL190.34º49.15%11.57%-
HSV(B)190.34º65.91%17.25%-
XYZ1.381.732.65-
YUV32.39134.55115.59-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.31%
GREEN value IS 39 (15.62% from 255) = 39.80%
BLUE value IS 44 (17.58% from 255) = 44.90%
R=15.31%
G=39.80%
B=44.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1539440.660.1100.83190.3449.1511.57
HexF272C42B053be31c
Octal1747541021301232766114
Binary11111001111011001000010101101010011101111101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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