#0F282E

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

Shades of Black Pearl #0F282E

Tints of Black Pearl #0F282E

Color information

#0F282E (or 0x0F282E) is unknown color: approx Black Pearl. HEX triplet: 0F, 28 and 2E. RGB value is (15,40,46). Sum of RGB (Red+Green+Blue) = 15+40+46=101 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.85% from 101); Green value is 40 (16.02% from 255 or 39.60% from 101); Blue value is 46 (18.36% from 255 or 45.54% from 101); Max value from RGB is 46 - color contains mainly: blue. Hex color #0F282E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F282E is #F0D7D1. Grayscale: #212121. Windows color (decimal): -15783890 or 3024911. OLE color: 3024911.

HSL color Cylindrical-coordinate representation of color #0F282E: hue angle of 191.61º degrees, saturation: 0.51, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0F282E is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB154046-
CMYK0.670.1300.82
HSL191.61º50.82%11.96%-
HSV(B)191.61º67.39%18.04%-
XYZ1.451.822.86-
YUV33.21135.22115.01-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.85%
GREEN value IS 40 (16.02% from 255) = 39.60%
BLUE value IS 46 (18.36% from 255) = 45.54%
R=14.85%
G=39.60%
B=45.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1540460.670.1300.82191.6150.8211.96
HexF282E43D052c033c
Octal1750561031501223006314
Binary11111010001011101000011110101010010110000001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,40,46); }

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

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

 a { background-color: rgb(15,40,46); }

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

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

 span { border-color: rgb(15,40,46); }

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