#33325B

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

Shades of Deep Koamaru #33325B

Tints of Deep Koamaru #33325B

Color information

#33325B (or 0x33325B) is unknown color: approx Deep Koamaru. HEX triplet: 33, 32 and 5B. RGB value is (51,50,91). Sum of RGB (Red+Green+Blue) = 51+50+91=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 91 - color contains mainly: blue. Hex color #33325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33325B is #CCCDA4. Grayscale: #363636. Windows color (decimal): -13421989 or 5976627. OLE color: 5976627.

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

Color convert

RGB515091-
CMYK0.440.4500.64
HSL241.46º29.08%27.65%-
HSV(B)241.46º45.05%35.69%-
XYZ4.393.7410.39-
YUV54.97148.33125.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.56%
GREEN value IS 50 (19.92% from 255) = 26.04%
BLUE value IS 91 (35.94% from 255) = 47.40%
R=26.56%
G=26.04%
B=47.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5150910.440.4500.64241.4629.0827.65
Hex33325B2C2D040f11d1c
Octal6362133545501003613534
Binary110011110010101101110110010110101000000111100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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