#0F1B1D

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

Shades of Black Pearl #0F1B1D

Tints of Black Pearl #0F1B1D

Color information

#0F1B1D (or 0x0F1B1D) is unknown color: approx Black Pearl. HEX triplet: 0F, 1B and 1D. RGB value is (15,27,29). Sum of RGB (Red+Green+Blue) = 15+27+29=71 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.13% from 71); Green value is 27 (10.94% from 255 or 38.03% from 71); Blue value is 29 (11.72% from 255 or 40.85% from 71); Max value from RGB is 29 - color contains mainly: blue. Hex color #0F1B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1B1D is #F0E4E2. Grayscale: #171717. Windows color (decimal): -15787235 or 1907471. OLE color: 1907471.

HSL color Cylindrical-coordinate representation of color #0F1B1D: hue angle of 188.57º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0F1B1D is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB152729-
CMYK0.480.0700.89
HSL188.57º31.82%8.63%-
HSV(B)188.57º48.28%11.37%-
XYZ0.810.971.31-
YUV23.64131.02121.84-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 21.13%
GREEN value IS 27 (10.94% from 255) = 38.03%
BLUE value IS 29 (11.72% from 255) = 40.85%
R=21.13%
G=38.03%
B=40.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1527290.480.0700.89188.5731.828.63
HexF1B1D307059bd209
Octal17333560701312754011
Binary1111110111110111000011101011001101111011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,27,29); }

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

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

 a { background-color: rgb(15,27,29); }

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

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

 span { border-color: rgb(15,27,29); }

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