#333111

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

Shades of Karaka #333111

Tints of Karaka #333111

Color information

#333111 (or 0x333111) is unknown color: approx Karaka. HEX triplet: 33, 31 and 11. RGB value is (51,49,17). Sum of RGB (Red+Green+Blue) = 51+49+17=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 17 (7.03% from 255 or 14.53% from 117); Max value from RGB is 51 - color contains mainly: red. Hex color #333111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333111 is #CCCEEE. Grayscale: #2E2E2E. Windows color (decimal): -13422319 or 1126707. OLE color: 1126707.

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

Color convert

RGB514917-
CMYK00.040.670.8
HSL56.47º50%13.33%-
HSV(B)56.47º66.67%20%-
XYZ2.562.940.96-
YUV45.95111.66131.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.59%
GREEN value IS 49 (19.53% from 255) = 41.88%
BLUE value IS 17 (7.03% from 255) = 14.53%
R=43.59%
G=41.88%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51491700.040.670.856.475013.33
Hex3331110443503832d
Octal63612104103120706215
Binary110011110001100010100100001110100001110001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333111; }

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

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

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

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

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

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

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

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