#0F1A2A

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

Shades of Black Pearl #0F1A2A

Tints of Black Pearl #0F1A2A

Color information

#0F1A2A (or 0x0F1A2A) is unknown color: approx Black Pearl. HEX triplet: 0F, 1A and 2A. RGB value is (15,26,42). Sum of RGB (Red+Green+Blue) = 15+26+42=83 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.07% from 83); Green value is 26 (10.55% from 255 or 31.33% from 83); Blue value is 42 (16.80% from 255 or 50.60% from 83); Max value from RGB is 42 - color contains mainly: blue. Hex color #0F1A2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1A2A is #F0E5D5. Grayscale: #181818. Windows color (decimal): -15787478 or 2759183. OLE color: 2759183.

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

Color convert

RGB152642-
CMYK0.640.3800.84
HSL215.56º47.37%11.18%-
HSV(B)215.56º64.29%16.47%-
XYZ0.981.012.33-
YUV24.54137.86121.2-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.07%
GREEN value IS 26 (10.55% from 255) = 31.33%
BLUE value IS 42 (16.80% from 255) = 50.60%
R=18.07%
G=31.33%
B=50.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1526420.640.3800.84215.5647.3711.18
HexF1A2A4026054d82fb
Octal1732521004601243305713
Binary111111010101010100000010011001010100110110001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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