#0F1D26

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

Shades of Black Pearl #0F1D26

Tints of Black Pearl #0F1D26

Color information

#0F1D26 (or 0x0F1D26) is unknown color: approx Black Pearl. HEX triplet: 0F, 1D and 26. RGB value is (15,29,38). Sum of RGB (Red+Green+Blue) = 15+29+38=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 29 (11.72% from 255 or 35.37% from 82); Blue value is 38 (15.23% from 255 or 46.34% from 82); Max value from RGB is 38 - color contains mainly: blue. Hex color #0F1D26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1D26 is #F0E2D9. Grayscale: #191919. Windows color (decimal): -15786714 or 2497807. OLE color: 2497807.

HSL color Cylindrical-coordinate representation of color #0F1D26: hue angle of 203.48º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0F1D26 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB152938-
CMYK0.610.2400.85
HSL203.48º43.4%10.39%-
HSV(B)203.48º60.53%14.9%-
XYZ0.991.122-
YUV25.84134.86120.27-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.29%
GREEN value IS 29 (11.72% from 255) = 35.37%
BLUE value IS 38 (15.23% from 255) = 46.34%
R=18.29%
G=35.37%
B=46.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1529380.610.2400.85203.4843.410.39
HexF1D263D18055cb2ba
Octal173546753001253135312
Binary1111111011001101111011100001010101110010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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