#333116

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

Shades of Karaka #333116

Tints of Karaka #333116

Color information

#333116 (or 0x333116) is unknown color: approx Karaka. HEX triplet: 33, 31 and 16. RGB value is (51,49,22). Sum of RGB (Red+Green+Blue) = 51+49+22=122 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.80% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 51 - color contains mainly: red. Hex color #333116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333116 is #CCCEE9. Grayscale: #2E2E2E. Windows color (decimal): -13422314 or 1454387. OLE color: 1454387.

HSL color Cylindrical-coordinate representation of color #333116: hue angle of 55.86º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #333116 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.8.

Color convert

RGB514922-
CMYK00.040.570.8
HSL55.86º39.73%14.31%-
HSV(B)55.86º56.86%20%-
XYZ2.612.961.19-
YUV46.52114.16131.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 41.80%
GREEN value IS 49 (19.53% from 255) = 40.16%
BLUE value IS 22 (8.98% from 255) = 18.03%
R=41.80%
G=40.16%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51492200.040.570.855.8639.7314.31
Hex3331160439503828e
Octal6361260471120705016
Binary11001111000110110010011100110100001110001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333116; }

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

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

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

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

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

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

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

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