#0F1A26

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

Shades of Black Pearl #0F1A26

Tints of Black Pearl #0F1A26

Color information

#0F1A26 (or 0x0F1A26) is unknown color: approx Black Pearl. HEX triplet: 0F, 1A and 26. RGB value is (15,26,38). Sum of RGB (Red+Green+Blue) = 15+26+38=79 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.99% from 79); Green value is 26 (10.55% from 255 or 32.91% from 79); Blue value is 38 (15.23% from 255 or 48.10% from 79); Max value from RGB is 38 - color contains mainly: blue. Hex color #0F1A26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1A26 is #F0E5D9. Grayscale: #181818. Windows color (decimal): -15787482 or 2497039. OLE color: 2497039.

HSL color Cylindrical-coordinate representation of color #0F1A26: hue angle of 211.3º 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 #0F1A26 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB152638-
CMYK0.610.3200.85
HSL211.3º43.4%10.39%-
HSV(B)211.3º60.53%14.9%-
XYZ0.920.981.97-
YUV24.08135.86121.52-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.99%
GREEN value IS 26 (10.55% from 255) = 32.91%
BLUE value IS 38 (15.23% from 255) = 48.10%
R=18.99%
G=32.91%
B=48.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1526380.610.3200.85211.343.410.39
HexF1A263D20055d32ba
Octal173246754001253235312
Binary11111101010011011110110000001010101110100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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