#0F1B27

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

Shades of Black Pearl #0F1B27

Tints of Black Pearl #0F1B27

Color information

#0F1B27 (or 0x0F1B27) is unknown color: approx Black Pearl. HEX triplet: 0F, 1B and 27. RGB value is (15,27,39). Sum of RGB (Red+Green+Blue) = 15+27+39=81 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.52% from 81); Green value is 27 (10.94% from 255 or 33.33% from 81); Blue value is 39 (15.62% from 255 or 48.15% from 81); Max value from RGB is 39 - color contains mainly: blue. Hex color #0F1B27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1B27 is #F0E4D8. Grayscale: #181818. Windows color (decimal): -15787225 or 2562831. OLE color: 2562831.

HSL color Cylindrical-coordinate representation of color #0F1B27: hue angle of 210º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F1B27 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB152739-
CMYK0.620.3100.85
HSL210º44.44%10.59%-
HSV(B)210º61.54%15.29%-
XYZ0.961.032.07-
YUV24.78136.02121.02-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.52%
GREEN value IS 27 (10.94% from 255) = 33.33%
BLUE value IS 39 (15.62% from 255) = 48.15%
R=18.52%
G=33.33%
B=48.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1527390.620.3100.8521044.4410.59
HexF1B273E1F055d22cb
Octal173347763701253225413
Binary1111110111001111111101111101010101110100101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,27,39); }

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

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

 a { background-color: rgb(15,27,39); }

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

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

 span { border-color: rgb(15,27,39); }

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