#0F2123

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

Shades of Black Pearl #0F2123

Tints of Black Pearl #0F2123

Color information

#0F2123 (or 0x0F2123) is unknown color: approx Black Pearl. HEX triplet: 0F, 21 and 23. RGB value is (15,33,35). Sum of RGB (Red+Green+Blue) = 15+33+35=83 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.07% from 83); Green value is 33 (13.28% from 255 or 39.76% from 83); Blue value is 35 (14.06% from 255 or 42.17% from 83); Max value from RGB is 35 - color contains mainly: blue. Hex color #0F2123 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2123 is #F0DEDC. Grayscale: #1B1B1B. Windows color (decimal): -15785693 or 2302223. OLE color: 2302223.

HSL color Cylindrical-coordinate representation of color #0F2123: hue angle of 186º 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 #0F2123 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB153335-
CMYK0.570.0600.86
HSL186º40%9.8%-
HSV(B)186º57.14%13.73%-
XYZ1.041.311.79-
YUV27.85132.04118.84-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.07%
GREEN value IS 33 (13.28% from 255) = 39.76%
BLUE value IS 35 (14.06% from 255) = 42.17%
R=18.07%
G=39.76%
B=42.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1533350.570.0600.86186409.8
HexF2123396056ba28a
Octal17414371601262725012
Binary111110000110001111100111001010110101110101010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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