#0F2330

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

Shades of Black Pearl #0F2330

Tints of Black Pearl #0F2330

Color information

#0F2330 (or 0x0F2330) is unknown color: approx Black Pearl. HEX triplet: 0F, 23 and 30. RGB value is (15,35,48). Sum of RGB (Red+Green+Blue) = 15+35+48=98 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.31% from 98); Green value is 35 (14.06% from 255 or 35.71% from 98); Blue value is 48 (19.14% from 255 or 48.98% from 98); Max value from RGB is 48 - color contains mainly: blue. Hex color #0F2330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2330 is #F0DCCF. Grayscale: #1E1E1E. Windows color (decimal): -15785168 or 3154703. OLE color: 3154703.

HSL color Cylindrical-coordinate representation of color #0F2330: hue angle of 203.64º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F2330 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB153548-
CMYK0.690.2700.81
HSL203.64º52.38%12.35%-
HSV(B)203.64º68.75%18.82%-
XYZ1.331.523.02-
YUV30.5137.87116.94-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.31%
GREEN value IS 35 (14.06% from 255) = 35.71%
BLUE value IS 48 (19.14% from 255) = 48.98%
R=15.31%
G=35.71%
B=48.98%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1535480.690.2700.81203.6452.3812.35
HexF2330451B051cc34c
Octal1743601053301213146414
Binary111110001111000010001011101101010001110011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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