#0F1A29

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

Shades of Black Pearl #0F1A29

Tints of Black Pearl #0F1A29

Color information

#0F1A29 (or 0x0F1A29) is unknown color: approx Black Pearl. HEX triplet: 0F, 1A and 29. RGB value is (15,26,41). Sum of RGB (Red+Green+Blue) = 15+26+41=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 26 (10.55% from 255 or 31.71% from 82); Blue value is 41 (16.41% from 255 or 50% from 82); Max value from RGB is 41 - color contains mainly: blue. Hex color #0F1A29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1A29 is #F0E5D6. Grayscale: #181818. Windows color (decimal): -15787479 or 2693647. OLE color: 2693647.

HSL color Cylindrical-coordinate representation of color #0F1A29: hue angle of 214.62º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0F1A29 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB152641-
CMYK0.630.3700.84
HSL214.62º46.43%10.98%-
HSV(B)214.62º63.41%16.08%-
XYZ0.9712.24-
YUV24.42137.36121.28-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.29%
GREEN value IS 26 (10.55% from 255) = 31.71%
BLUE value IS 41 (16.41% from 255) = 50%
R=18.29%
G=31.71%
B=50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1526410.630.3700.84214.6246.4310.98
HexF1A293F25054d72eb
Octal173251774501243275613
Binary11111101010100111111110010101010100110101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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