#33316A

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

Shades of Deep Koamaru #33316A

Tints of Deep Koamaru #33316A

Color information

#33316A (or 0x33316A) is unknown color: approx Deep Koamaru. HEX triplet: 33, 31 and 6A. RGB value is (51,49,106). Sum of RGB (Red+Green+Blue) = 51+49+106=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 106 (41.80% from 255 or 51.46% from 206); Max value from RGB is 106 - color contains mainly: blue. Hex color #33316A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33316A is #CCCE95. Grayscale: #373737. Windows color (decimal): -13422230 or 6959411. OLE color: 6959411.

HSL color Cylindrical-coordinate representation of color #33316A: hue angle of 242.11º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #33316A is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5149106-
CMYK0.520.5400.58
HSL242.11º36.77%30.39%-
HSV(B)242.11º53.77%41.57%-
XYZ5.073.9414.13-
YUV56.1156.16124.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.76%
GREEN value IS 49 (19.53% from 255) = 23.79%
BLUE value IS 106 (41.80% from 255) = 51.46%
R=24.76%
G=23.79%
B=51.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51491060.520.5400.58242.1136.7730.39
Hex33316A343603Af2251e
Octal636115264660723624536
Binary110011110001110101011010011011001110101111001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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