#0F1C1F

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

Shades of Black Pearl #0F1C1F

Tints of Black Pearl #0F1C1F

Color information

#0F1C1F (or 0x0F1C1F) is unknown color: approx Black Pearl. HEX triplet: 0F, 1C and 1F. RGB value is (15,28,31). Sum of RGB (Red+Green+Blue) = 15+28+31=74 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.27% from 74); Green value is 28 (11.33% from 255 or 37.84% from 74); Blue value is 31 (12.5% from 255 or 41.89% from 74); Max value from RGB is 31 - color contains mainly: blue. Hex color #0F1C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1C1F is #F0E3E0. Grayscale: #181818. Windows color (decimal): -15786977 or 2038799. OLE color: 2038799.

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

Color convert

RGB152831-
CMYK0.520.1000.88
HSL191.25º34.78%9.02%-
HSV(B)191.25º51.61%12.16%-
XYZ0.861.031.45-
YUV24.46131.69121.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 20.27%
GREEN value IS 28 (11.33% from 255) = 37.84%
BLUE value IS 31 (12.5% from 255) = 41.89%
R=20.27%
G=37.84%
B=41.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1528310.520.1000.88191.2534.789.02
HexF1C1F34A058bf239
Octal173437641201302774311
Binary11111110011111110100101001011000101111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,28,31); }

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

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

 a { background-color: rgb(15,28,31); }

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

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

 span { border-color: rgb(15,28,31); }

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