#333321

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

Shades of Karaka #333321

Tints of Karaka #333321

Color information

#333321 (or 0x333321) is unknown color: approx Karaka. HEX triplet: 33, 33 and 21. RGB value is (51,51,33). Sum of RGB (Red+Green+Blue) = 51+51+33=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 51 - color contains mainly: red, green. Hex color #333321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333321 is #CCCCDE. Grayscale: #313131. Windows color (decimal): -13421791 or 2175795. OLE color: 2175795.

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

Color convert

RGB515133-
CMYK000.350.8
HSL60º21.43%16.47%-
HSV(B)60º35.29%20%-
XYZ2.823.181.9-
YUV48.95119129.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.78%
GREEN value IS 51 (20.31% from 255) = 37.78%
BLUE value IS 33 (13.28% from 255) = 24.44%
R=37.78%
G=37.78%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal515133000.350.86021.4316.47
Hex3333210023503c1510
Octal6363410043120742520
Binary1100111100111000010010001110100001111001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333321; }

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

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

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

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

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

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

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

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