#0C0849

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

Shades of Paua #0C0849

Tints of Paua #0C0849

Color information

#0C0849 (or 0x0C0849) is unknown color: approx Paua. HEX triplet: 0C, 08 and 49. RGB value is (12,8,73). Sum of RGB (Red+Green+Blue) = 12+8+73=93 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.90% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 73 (28.91% from 255 or 78.49% from 93); Max value from RGB is 73 - color contains mainly: blue. Hex color #0C0849 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0849 is #F3F7B6. Grayscale: #101010. Windows color (decimal): -15988663 or 4786188. OLE color: 4786188.

HSL color Cylindrical-coordinate representation of color #0C0849: hue angle of 243.69º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C0849 is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB12873-
CMYK0.840.8900.71
HSL243.69º80.25%15.88%-
HSV(B)243.69º89.04%28.63%-
XYZ1.440.736.37-
YUV16.61159.83124.71-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.90%
GREEN value IS 8 (3.52% from 255) = 8.60%
BLUE value IS 73 (28.91% from 255) = 78.49%
R=12.90%
G=8.60%
B=78.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal128730.840.8900.71243.6980.2515.88
HexC8495459047f45010
Octal1410111124131010736412020
Binary110010001001001101010010110010100011111110100101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,8,73); }

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

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

 a { background-color: rgb(12,8,73); }

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

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

 span { border-color: rgb(12,8,73); }

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