#33316C

Color #33316C Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #33316C

Tints of Deep Koamaru #33316C

Color information

#33316C (or 0x33316C) is unknown color: approx Deep Koamaru. HEX triplet: 33, 31 and 6C. RGB value is (51,49,108). Sum of RGB (Red+Green+Blue) = 51+49+108=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #33316C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33316C is #CCCE93. Grayscale: #383838. Windows color (decimal): -13422228 or 7090483. OLE color: 7090483.

HSL color Cylindrical-coordinate representation of color #33316C: hue angle of 242.03º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #33316C is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5149108-
CMYK0.530.5500.58
HSL242.03º37.58%30.78%-
HSV(B)242.03º54.63%42.35%-
XYZ5.173.9814.68-
YUV56.32157.16124.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.52%
GREEN value IS 49 (19.53% from 255) = 23.56%
BLUE value IS 108 (42.58% from 255) = 51.92%
R=24.52%
G=23.56%
B=51.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51491080.530.5500.58242.0337.5830.78
Hex33316C353703Af2261f
Octal636115465670723624637
Binary110011110001110110011010111011101110101111001010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33316C; }

 p { color: rgb(51,49,108); }

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

<style>
 a { background-color: #33316C; }

 a { background-color: rgb(51,49,108); }

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

<style>
 span { border-color: #33316C; }

 span { border-color: rgb(51,49,108); }

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