#0F232B

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

Shades of Black Pearl #0F232B

Tints of Black Pearl #0F232B

Color information

#0F232B (or 0x0F232B) is unknown color: approx Black Pearl. HEX triplet: 0F, 23 and 2B. RGB value is (15,35,43). Sum of RGB (Red+Green+Blue) = 15+35+43=93 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.13% from 93); Green value is 35 (14.06% from 255 or 37.63% from 93); Blue value is 43 (17.19% from 255 or 46.24% from 93); Max value from RGB is 43 - color contains mainly: blue. Hex color #0F232B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F232B is #F0DCD4. Grayscale: #1D1D1D. Windows color (decimal): -15785173 or 2827023. OLE color: 2827023.

HSL color Cylindrical-coordinate representation of color #0F232B: hue angle of 197.14º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0F232B is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB153543-
CMYK0.650.1900.83
HSL197.14º48.28%11.37%-
HSV(B)197.14º65.12%16.86%-
XYZ1.231.482.51-
YUV29.93135.37117.35-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.13%
GREEN value IS 35 (14.06% from 255) = 37.63%
BLUE value IS 43 (17.19% from 255) = 46.24%
R=16.13%
G=37.63%
B=46.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1535430.650.1900.83197.1448.2811.37
HexF232B4113053c530b
Octal1743531012301233056013
Binary111110001110101110000011001101010011110001011100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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