#0F2629

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

Shades of Black Pearl #0F2629

Tints of Black Pearl #0F2629

Color information

#0F2629 (or 0x0F2629) is unknown color: approx Black Pearl. HEX triplet: 0F, 26 and 29. RGB value is (15,38,41). Sum of RGB (Red+Green+Blue) = 15+38+41=94 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.96% from 94); Green value is 38 (15.23% from 255 or 40.43% from 94); Blue value is 41 (16.41% from 255 or 43.62% from 94); Max value from RGB is 41 - color contains mainly: blue. Hex color #0F2629 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2629 is #F0D9D6. Grayscale: #1F1F1F. Windows color (decimal): -15784407 or 2696719. OLE color: 2696719.

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

Color convert

RGB153841-
CMYK0.630.0700.84
HSL186.92º46.43%10.98%-
HSV(B)186.92º63.41%16.08%-
XYZ1.291.652.35-
YUV31.46133.38116.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.96%
GREEN value IS 38 (15.23% from 255) = 40.43%
BLUE value IS 41 (16.41% from 255) = 43.62%
R=15.96%
G=40.43%
B=43.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1538410.630.0700.84186.9246.4310.98
HexF26293F7054bb2eb
Octal17465177701242735613
Binary111110011010100111111111101010100101110111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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