#0F2227

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

Shades of Black Pearl #0F2227

Tints of Black Pearl #0F2227

Color information

#0F2227 (or 0x0F2227) is unknown color: approx Black Pearl. HEX triplet: 0F, 22 and 27. RGB value is (15,34,39). Sum of RGB (Red+Green+Blue) = 15+34+39=88 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.05% from 88); Green value is 34 (13.67% from 255 or 38.64% from 88); Blue value is 39 (15.62% from 255 or 44.32% from 88); Max value from RGB is 39 - color contains mainly: blue. Hex color #0F2227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2227 is #F0DDD8. Grayscale: #1C1C1C. Windows color (decimal): -15785433 or 2564623. OLE color: 2564623.

HSL color Cylindrical-coordinate representation of color #0F2227: hue angle of 192.5º 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 #0F2227 is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB153439-
CMYK0.620.1300.85
HSL192.5º44.44%10.59%-
HSV(B)192.5º61.54%15.29%-
XYZ1.141.392.13-
YUV28.89133.71118.09-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.05%
GREEN value IS 34 (13.67% from 255) = 38.64%
BLUE value IS 39 (15.62% from 255) = 44.32%
R=17.05%
G=38.64%
B=44.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1534390.620.1300.85192.544.4410.59
HexF22273ED055c02cb
Octal174247761501253005413
Binary1111100010100111111110110101010101110000001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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