#0F232C

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

Shades of Black Pearl #0F232C

Tints of Black Pearl #0F232C

Color information

#0F232C (or 0x0F232C) is unknown color: approx Black Pearl. HEX triplet: 0F, 23 and 2C. RGB value is (15,35,44). Sum of RGB (Red+Green+Blue) = 15+35+44=94 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.96% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 44 (17.58% from 255 or 46.81% from 94); Max value from RGB is 44 - color contains mainly: blue. Hex color #0F232C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F232C is #F0DCD3. Grayscale: #1D1D1D. Windows color (decimal): -15785172 or 2892559. OLE color: 2892559.

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

Color convert

RGB153544-
CMYK0.660.2000.83
HSL198.62º49.15%11.57%-
HSV(B)198.62º65.91%17.25%-
XYZ1.251.492.6-
YUV30.05135.87117.27-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.96%
GREEN value IS 35 (14.06% from 255) = 37.23%
BLUE value IS 44 (17.58% from 255) = 46.81%
R=15.96%
G=37.23%
B=46.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1535440.660.2000.83198.6249.1511.57
HexF232C4214053c731c
Octal1743541022401233076114
Binary111110001110110010000101010001010011110001111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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