#0C2A37

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

Shades of Black Pearl #0C2A37

Tints of Black Pearl #0C2A37

Color information

#0C2A37 (or 0x0C2A37) is unknown color: approx Black Pearl. HEX triplet: 0C, 2A and 37. RGB value is (12,42,55). Sum of RGB (Red+Green+Blue) = 12+42+55=109 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.01% from 109); Green value is 42 (16.80% from 255 or 38.53% from 109); Blue value is 55 (21.88% from 255 or 50.46% from 109); Max value from RGB is 55 - color contains mainly: blue. Hex color #0C2A37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2A37 is #F3D5C8. Grayscale: #222222. Windows color (decimal): -15979977 or 3615244. OLE color: 3615244.

HSL color Cylindrical-coordinate representation of color #0C2A37: hue angle of 198.14º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0C2A37 is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB124255-
CMYK0.780.2400.78
HSL198.14º64.18%13.14%-
HSV(B)198.14º78.18%21.57%-
XYZ1.672.013.91-
YUV34.51139.56111.94-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.01%
GREEN value IS 42 (16.80% from 255) = 38.53%
BLUE value IS 55 (21.88% from 255) = 50.46%
R=11.01%
G=38.53%
B=50.46%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1242550.780.2400.78198.1464.1813.14
HexC2A374E1804Ec640d
Octal14526711630011630610015
Binary1100101010110111100111011000010011101100011010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,42,55); }

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

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

 a { background-color: rgb(12,42,55); }

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

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

 span { border-color: rgb(12,42,55); }

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