#0F222C

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

Shades of Black Pearl #0F222C

Tints of Black Pearl #0F222C

Color information

#0F222C (or 0x0F222C) is unknown color: approx Black Pearl. HEX triplet: 0F, 22 and 2C. RGB value is (15,34,44). Sum of RGB (Red+Green+Blue) = 15+34+44=93 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.13% from 93); Green value is 34 (13.67% from 255 or 36.56% from 93); Blue value is 44 (17.58% from 255 or 47.31% from 93); Max value from RGB is 44 - color contains mainly: blue. Hex color #0F222C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F222C is #F0DDD3. Grayscale: #1D1D1D. Windows color (decimal): -15785428 or 2892303. OLE color: 2892303.

HSL color Cylindrical-coordinate representation of color #0F222C: hue angle of 200.69º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0F222C is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB153444-
CMYK0.660.2300.83
HSL200.69º49.15%11.57%-
HSV(B)200.69º65.91%17.25%-
XYZ1.221.432.59-
YUV29.46136.21117.69-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.13%
GREEN value IS 34 (13.67% from 255) = 36.56%
BLUE value IS 44 (17.58% from 255) = 47.31%
R=16.13%
G=36.56%
B=47.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1534440.660.2300.83200.6949.1511.57
HexF222C4217053c931c
Octal1742541022701233116114
Binary111110001010110010000101011101010011110010011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F222C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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