#333118

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

Shades of Karaka #333118

Tints of Karaka #333118

Color information

#333118 (or 0x333118) is unknown color: approx Karaka. HEX triplet: 33, 31 and 18. RGB value is (51,49,24). Sum of RGB (Red+Green+Blue) = 51+49+24=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 51 - color contains mainly: red. Hex color #333118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333118 is #CCCEE7. Grayscale: #2E2E2E. Windows color (decimal): -13422312 or 1585459. OLE color: 1585459.

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

Color convert

RGB514924-
CMYK00.040.530.8
HSL55.56º36%14.71%-
HSV(B)55.56º52.94%20%-
XYZ2.632.971.3-
YUV46.75115.16131.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 41.13%
GREEN value IS 49 (19.53% from 255) = 39.52%
BLUE value IS 24 (9.77% from 255) = 19.35%
R=41.13%
G=39.52%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51492400.040.530.855.563614.71
Hex3331180435503824f
Octal6361300465120704417
Binary11001111000111000010011010110100001110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333118; }

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

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

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

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

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

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

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

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