#0C2123

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

Shades of Black Pearl #0C2123

Tints of Black Pearl #0C2123

Color information

#0C2123 (or 0x0C2123) is unknown color: approx Black Pearl. HEX triplet: 0C, 21 and 23. RGB value is (12,33,35). Sum of RGB (Red+Green+Blue) = 12+33+35=80 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15% from 80); Green value is 33 (13.28% from 255 or 41.25% from 80); Blue value is 35 (14.06% from 255 or 43.75% from 80); Max value from RGB is 35 - color contains mainly: blue. Hex color #0C2123 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2123 is #F3DEDC. Grayscale: #1A1A1A. Windows color (decimal): -15982301 or 2302220. OLE color: 2302220.

HSL color Cylindrical-coordinate representation of color #0C2123: hue angle of 185.22º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0C2123 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB123335-
CMYK0.660.0600.86
HSL185.22º48.94%9.22%-
HSV(B)185.22º65.71%13.73%-
XYZ11.291.79-
YUV26.95132.54117.34-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15%
GREEN value IS 33 (13.28% from 255) = 41.25%
BLUE value IS 35 (14.06% from 255) = 43.75%
R=15%
G=41.25%
B=43.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1233350.660.0600.86185.2248.949.22
HexC2123426056b9319
Octal144143102601262716111
Binary1100100001100011100001011001010110101110011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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