#333113

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

Shades of Karaka #333113

Tints of Karaka #333113

Color information

#333113 (or 0x333113) is unknown color: approx Karaka. HEX triplet: 33, 31 and 13. RGB value is (51,49,19). Sum of RGB (Red+Green+Blue) = 51+49+19=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 51 - color contains mainly: red. Hex color #333113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333113 is #CCCEEC. Grayscale: #2E2E2E. Windows color (decimal): -13422317 or 1257779. OLE color: 1257779.

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

Color convert

RGB514919-
CMYK00.040.630.8
HSL56.25º45.71%13.73%-
HSV(B)56.25º62.75%20%-
XYZ2.582.951.05-
YUV46.18112.66131.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.86%
GREEN value IS 49 (19.53% from 255) = 41.18%
BLUE value IS 19 (7.81% from 255) = 15.97%
R=42.86%
G=41.18%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51491900.040.630.856.2545.7113.73
Hex333113043F50382ee
Octal6361230477120705616
Binary11001111000110011010011111110100001110001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333113; }

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

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

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

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

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

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

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

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