#333110

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

Shades of Karaka #333110

Tints of Karaka #333110

Color information

#333110 (or 0x333110) is unknown color: approx Karaka. HEX triplet: 33, 31 and 10. RGB value is (51,49,16). Sum of RGB (Red+Green+Blue) = 51+49+16=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 51 - color contains mainly: red. Hex color #333110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333110 is #CCCEEF. Grayscale: #2D2D2D. Windows color (decimal): -13422320 or 1061171. OLE color: 1061171.

HSL color Cylindrical-coordinate representation of color #333110: hue angle of 56.57º 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 #333110 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.8.

Color convert

RGB514916-
CMYK00.040.690.8
HSL56.57º52.24%13.14%-
HSV(B)56.57º68.63%20%-
XYZ2.562.940.92-
YUV45.84111.16131.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.97%
GREEN value IS 49 (19.53% from 255) = 42.24%
BLUE value IS 16 (6.64% from 255) = 13.79%
R=43.97%
G=42.24%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51491600.040.690.856.5752.2413.14
Hex3331100445503934d
Octal63612004105120716415
Binary110011110001100000100100010110100001110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333110; }

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

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

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

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

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

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

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

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