#0F1D29

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

Shades of Black Pearl #0F1D29

Tints of Black Pearl #0F1D29

Color information

#0F1D29 (or 0x0F1D29) is unknown color: approx Black Pearl. HEX triplet: 0F, 1D and 29. RGB value is (15,29,41). Sum of RGB (Red+Green+Blue) = 15+29+41=85 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.65% from 85); Green value is 29 (11.72% from 255 or 34.12% from 85); Blue value is 41 (16.41% from 255 or 48.24% from 85); Max value from RGB is 41 - color contains mainly: blue. Hex color #0F1D29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1D29 is #F0E2D6. Grayscale: #1A1A1A. Windows color (decimal): -15786711 or 2694415. OLE color: 2694415.

HSL color Cylindrical-coordinate representation of color #0F1D29: hue angle of 207.69º 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 #0F1D29 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB152941-
CMYK0.630.2900.84
HSL207.69º46.43%10.98%-
HSV(B)207.69º63.41%16.08%-
XYZ1.041.142.26-
YUV26.18136.36120.02-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.65%
GREEN value IS 29 (11.72% from 255) = 34.12%
BLUE value IS 41 (16.41% from 255) = 48.24%
R=17.65%
G=34.12%
B=48.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1529410.630.2900.84207.6946.4310.98
HexF1D293F1D054d02eb
Octal173551773501243205613
Binary1111111011010011111111110101010100110100001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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