#33315B

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

Shades of Deep Koamaru #33315B

Tints of Deep Koamaru #33315B

Color information

#33315B (or 0x33315B) is unknown color: approx Deep Koamaru. HEX triplet: 33, 31 and 5B. RGB value is (51,49,91). Sum of RGB (Red+Green+Blue) = 51+49+91=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #33315B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33315B is #CCCEA4. Grayscale: #363636. Windows color (decimal): -13422245 or 5976371. OLE color: 5976371.

HSL color Cylindrical-coordinate representation of color #33315B: hue angle of 242.86º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #33315B is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB514991-
CMYK0.440.4600.64
HSL242.86º30%27.45%-
HSV(B)242.86º46.15%35.69%-
XYZ4.353.6610.37-
YUV54.39148.66125.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.70%
GREEN value IS 49 (19.53% from 255) = 25.65%
BLUE value IS 91 (35.94% from 255) = 47.64%
R=26.70%
G=25.65%
B=47.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5149910.440.4600.64242.863027.45
Hex33315B2C2E040f31e1b
Octal6361133545601003633633
Binary110011110001101101110110010111001000000111100111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33315B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33315B; }

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

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

<style>
 a { background-color: #33315B; }

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

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

<style>
 span { border-color: #33315B; }

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

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