#0C0331

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

Shades of Tolopea #0C0331

Tints of Tolopea #0C0331

Color information

#0C0331 (or 0x0C0331) is unknown color: approx Tolopea. HEX triplet: 0C, 03 and 31. RGB value is (12,3,49). Sum of RGB (Red+Green+Blue) = 12+3+49=64 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.75% from 64); Green value is 3 (1.56% from 255 or 4.69% from 64); Blue value is 49 (19.53% from 255 or 76.56% from 64); Max value from RGB is 49 - color contains mainly: blue. Hex color #0C0331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0331 is #F3FCCE. Grayscale: #0A0A0A. Windows color (decimal): -15989967 or 3212044. OLE color: 3212044.

HSL color Cylindrical-coordinate representation of color #0C0331: hue angle of 251.74º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C0331 is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB12349-
CMYK0.760.9400.81
HSL251.74º88.46%10.2%-
HSV(B)251.74º93.88%19.22%-
XYZ0.740.372.94-
YUV10.94149.48128.76-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 18.75%
GREEN value IS 3 (1.56% from 255) = 4.69%
BLUE value IS 49 (19.53% from 255) = 76.56%
R=18.75%
G=4.69%
B=76.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal123490.760.9400.81251.7488.4610.2
HexC3314C5E051fc58a
Octal14361114136012137413012
Binary11001111000110011001011110010100011111110010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,3,49); }

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

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

 a { background-color: rgb(12,3,49); }

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

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

 span { border-color: rgb(12,3,49); }

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