#0F282C

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

Shades of Black Pearl #0F282C

Tints of Black Pearl #0F282C

Color information

#0F282C (or 0x0F282C) is unknown color: approx Black Pearl. HEX triplet: 0F, 28 and 2C. RGB value is (15,40,44). Sum of RGB (Red+Green+Blue) = 15+40+44=99 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15.15% from 99); Green value is 40 (16.02% from 255 or 40.40% from 99); Blue value is 44 (17.58% from 255 or 44.44% from 99); Max value from RGB is 44 - color contains mainly: blue. Hex color #0F282C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F282C is #F0D7D3. Grayscale: #202020. Windows color (decimal): -15783892 or 2893839. OLE color: 2893839.

HSL color Cylindrical-coordinate representation of color #0F282C: hue angle of 188.28º 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 #0F282C is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB154044-
CMYK0.660.0900.83
HSL188.28º49.15%11.57%-
HSV(B)188.28º65.91%17.25%-
XYZ1.411.82.66-
YUV32.98134.22115.17-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.15%
GREEN value IS 40 (16.02% from 255) = 40.40%
BLUE value IS 44 (17.58% from 255) = 44.44%
R=15.15%
G=40.40%
B=44.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1540440.660.0900.83188.2849.1511.57
HexF282C429053bc31c
Octal1750541021101232746114
Binary11111010001011001000010100101010011101111001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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