#333310

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

Shades of Karaka #333310

Tints of Karaka #333310

Color information

#333310 (or 0x333310) is unknown color: approx Karaka. HEX triplet: 33, 33 and 10. RGB value is (51,51,16). Sum of RGB (Red+Green+Blue) = 51+51+16=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 51 (20.31% from 255 or 43.22% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 51 - color contains mainly: red, green. Hex color #333310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333310 is #CCCCEF. Grayscale: #2F2F2F. Windows color (decimal): -13421808 or 1061683. OLE color: 1061683.

HSL color Cylindrical-coordinate representation of color #333310: hue angle of 60º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #333310 is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.8.

Color convert

RGB515116-
CMYK000.690.8
HSL60º52.24%13.14%-
HSV(B)60º68.63%20%-
XYZ2.643.110.95-
YUV47.01110.5130.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.22%
GREEN value IS 51 (20.31% from 255) = 43.22%
BLUE value IS 16 (6.64% from 255) = 13.56%
R=43.22%
G=43.22%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal515116000.690.86052.2413.14
Hex3333100045503c34d
Octal63632000105120746415
Binary1100111100111000000100010110100001111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333310; }

 p { color: rgb(51,51,16); }

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

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

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

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

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

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

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