#0F1923

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

Shades of Black Pearl #0F1923

Tints of Black Pearl #0F1923

Color information

#0F1923 (or 0x0F1923) is unknown color: approx Black Pearl. HEX triplet: 0F, 19 and 23. RGB value is (15,25,35). Sum of RGB (Red+Green+Blue) = 15+25+35=75 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20% from 75); Green value is 25 (10.16% from 255 or 33.33% from 75); Blue value is 35 (14.06% from 255 or 46.67% from 75); Max value from RGB is 35 - color contains mainly: blue. Hex color #0F1923 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1923 is #F0E6DC. Grayscale: #171717. Windows color (decimal): -15787741 or 2300175. OLE color: 2300175.

HSL color Cylindrical-coordinate representation of color #0F1923: hue angle of 210º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0F1923 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB152535-
CMYK0.570.2900.86
HSL210º40%9.8%-
HSV(B)210º57.14%13.73%-
XYZ0.850.921.72-
YUV23.15134.69122.19-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 20%
GREEN value IS 25 (10.16% from 255) = 33.33%
BLUE value IS 35 (14.06% from 255) = 46.67%
R=20%
G=33.33%
B=46.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1525350.570.2900.86210409.8
HexF1923391D056d228a
Octal173143713501263225012
Binary1111110011000111110011110101010110110100101010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,25,35); }

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

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

 a { background-color: rgb(15,25,35); }

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

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

 span { border-color: rgb(15,25,35); }

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