#0F292F

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

Shades of Black Pearl #0F292F

Tints of Black Pearl #0F292F

Color information

#0F292F (or 0x0F292F) is unknown color: approx Black Pearl. HEX triplet: 0F, 29 and 2F. RGB value is (15,41,47). Sum of RGB (Red+Green+Blue) = 15+41+47=103 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.56% from 103); Green value is 41 (16.41% from 255 or 39.81% from 103); Blue value is 47 (18.75% from 255 or 45.63% from 103); Max value from RGB is 47 - color contains mainly: blue. Hex color #0F292F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F292F is #F0D6D0. Grayscale: #212121. Windows color (decimal): -15783633 or 3090703. OLE color: 3090703.

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

Color convert

RGB154147-
CMYK0.680.1300.82
HSL191.25º51.61%12.16%-
HSV(B)191.25º68.09%18.43%-
XYZ1.51.892.98-
YUV33.91135.39114.51-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.56%
GREEN value IS 41 (16.41% from 255) = 39.81%
BLUE value IS 47 (18.75% from 255) = 45.63%
R=14.56%
G=39.81%
B=45.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1541470.680.1300.82191.2551.6112.16
HexF292F44D052bf34c
Octal1751571041501222776414
Binary11111010011011111000100110101010010101111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,41,47); }

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

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

 a { background-color: rgb(15,41,47); }

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

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

 span { border-color: rgb(15,41,47); }

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