#0C0334

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

Shades of Tolopea #0C0334

Tints of Tolopea #0C0334

Color information

#0C0334 (or 0x0C0334) is unknown color: approx Tolopea. HEX triplet: 0C, 03 and 34. RGB value is (12,3,52). Sum of RGB (Red+Green+Blue) = 12+3+52=67 (8% of max value = 765). Red value is 12 (5.08% from 255 or 17.91% from 67); Green value is 3 (1.56% from 255 or 4.48% from 67); Blue value is 52 (20.70% from 255 or 77.61% from 67); Max value from RGB is 52 - color contains mainly: blue. Hex color #0C0334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0334 is #F3FCCB. Grayscale: #0B0B0B. Windows color (decimal): -15989964 or 3408652. OLE color: 3408652.

HSL color Cylindrical-coordinate representation of color #0C0334: hue angle of 251.02º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C0334 is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB12352-
CMYK0.770.9400.80
HSL251.02º89.09%10.78%-
HSV(B)251.02º94.23%20.39%-
XYZ0.80.393.28-
YUV11.28150.98128.52-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 17.91%
GREEN value IS 3 (1.56% from 255) = 4.48%
BLUE value IS 52 (20.70% from 255) = 77.61%
R=17.91%
G=4.48%
B=77.61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal123520.770.9400.80251.0289.0910.78
HexC3344D5E050fb59b
Octal14364115136012037313113
Binary11001111010010011011011110010100001111101110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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