#0F262C

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

Shades of Black Pearl #0F262C

Tints of Black Pearl #0F262C

Color information

#0F262C (or 0x0F262C) is unknown color: approx Black Pearl. HEX triplet: 0F, 26 and 2C. RGB value is (15,38,44). Sum of RGB (Red+Green+Blue) = 15+38+44=97 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.46% from 97); Green value is 38 (15.23% from 255 or 39.18% from 97); Blue value is 44 (17.58% from 255 or 45.36% from 97); Max value from RGB is 44 - color contains mainly: blue. Hex color #0F262C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F262C is #F0D9D3. Grayscale: #1F1F1F. Windows color (decimal): -15784404 or 2893327. OLE color: 2893327.

HSL color Cylindrical-coordinate representation of color #0F262C: hue angle of 192.41º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0F262C is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB153844-
CMYK0.660.1400.83
HSL192.41º49.15%11.57%-
HSV(B)192.41º65.91%17.25%-
XYZ1.341.672.63-
YUV31.81134.88116.01-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.46%
GREEN value IS 38 (15.23% from 255) = 39.18%
BLUE value IS 44 (17.58% from 255) = 45.36%
R=15.46%
G=39.18%
B=45.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1538440.660.1400.83192.4149.1511.57
HexF262C42E053c031c
Octal1746541021601233006114
Binary11111001101011001000010111001010011110000001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F262C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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