#333114

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

Shades of Karaka #333114

Tints of Karaka #333114

Color information

#333114 (or 0x333114) is unknown color: approx Karaka. HEX triplet: 33, 31 and 14. RGB value is (51,49,20). Sum of RGB (Red+Green+Blue) = 51+49+20=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 51 - color contains mainly: red. Hex color #333114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333114 is #CCCEEB. Grayscale: #2E2E2E. Windows color (decimal): -13422316 or 1323315. OLE color: 1323315.

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

Color convert

RGB514920-
CMYK00.040.610.8
HSL56.13º43.66%13.92%-
HSV(B)56.13º60.78%20%-
XYZ2.592.951.09-
YUV46.29113.16131.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.5%
GREEN value IS 49 (19.53% from 255) = 40.83%
BLUE value IS 20 (8.20% from 255) = 16.67%
R=42.5%
G=40.83%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51492000.040.610.856.1343.6613.92
Hex333114043D50382ce
Octal6361240475120705416
Binary11001111000110100010011110110100001110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333114; }

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

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

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

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

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

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

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

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