#0F202C

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

Shades of Black Pearl #0F202C

Tints of Black Pearl #0F202C

Color information

#0F202C (or 0x0F202C) is unknown color: approx Black Pearl. HEX triplet: 0F, 20 and 2C. RGB value is (15,32,44). Sum of RGB (Red+Green+Blue) = 15+32+44=91 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.48% from 91); Green value is 32 (12.89% from 255 or 35.16% from 91); Blue value is 44 (17.58% from 255 or 48.35% from 91); Max value from RGB is 44 - color contains mainly: blue. Hex color #0F202C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F202C is #F0DFD3. Grayscale: #1C1C1C. Windows color (decimal): -15785940 or 2891791. OLE color: 2891791.

HSL color Cylindrical-coordinate representation of color #0F202C: hue angle of 204.83º 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 #0F202C is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB153244-
CMYK0.660.2700.83
HSL204.83º49.15%11.57%-
HSV(B)204.83º65.91%17.25%-
XYZ1.171.322.58-
YUV28.28136.87118.52-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.48%
GREEN value IS 32 (12.89% from 255) = 35.16%
BLUE value IS 44 (17.58% from 255) = 48.35%
R=16.48%
G=35.16%
B=48.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1532440.660.2700.83204.8349.1511.57
HexF202C421B053cd31c
Octal1740541023301233156114
Binary111110000010110010000101101101010011110011011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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